Searched defs:Iso639Language (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/ |
H A D | DriverDiagnostics.c | 104 BOOLEAN Iso639Language; local 118 Iso639Language = (BOOLEAN)(This == &gIDEBusDriverDiagnostics); 124 if (Iso639Language) {
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/ |
H A D | UefiLib.c | 662 return. If Iso639Language is TRUE, then this ASCII string is 664 characters are used. If Iso639Language is FALSE, then this ASCII 669 If Iso639Language is TRUE, then this string contains one or more 670 ISO 639-2 language codes with no separator characters. If Iso639Language 677 @param Iso639Language Specifies the supported language code format. If it is TRUE, then 700 IN BOOLEAN Iso639Language 727 if (Iso639Language) { 951 If Iso639Language is TRUE, then this ASCII string is not 953 chacters are used. If Iso639Language is FALSE, then this 958 If Iso639Language i 1324 GetBestLanguage( IN CONST CHAR8 *SupportedLanguages, IN BOOLEAN Iso639Language, ... ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/ |
H A D | UefiLib.c | 684 return. If Iso639Language is TRUE, then this ASCII string is 686 characters are used. If Iso639Language is FALSE, then this ASCII 691 If Iso639Language is TRUE, then this string contains one or more 692 ISO 639-2 language codes with no separator characters. If Iso639Language 699 @param Iso639Language Specifies the supported language code format. If it is TRUE, then 722 IN BOOLEAN Iso639Language 749 if (Iso639Language) { 973 If Iso639Language is TRUE, then this ASCII string is not 975 chacters are used. If Iso639Language is FALSE, then this 980 If Iso639Language i 1346 GetBestLanguage( IN CONST CHAR8 *SupportedLanguages, IN BOOLEAN Iso639Language, ... ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/ |
H A D | EmuVariable.c | 382 Iso639Language = TRUE 387 Iso639Language = FALSE 392 @param Iso639Language A bool value to signify if the handler is operated on ISO639 or RFC4646. 401 IN BOOLEAN Iso639Language 408 if (Iso639Language) { 462 Iso639Language = TRUE 467 Iso639Language = FALSE 472 @param Iso639Language A bool value to signify if the handler is operated on ISO639 or RFC4646. 481 IN BOOLEAN Iso639Language 490 if (Iso639Language) { 576 VariableGetBestLanguage( IN CONST CHAR8 *SupportedLanguages, IN BOOLEAN Iso639Language, ... ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
H A D | DrvCfg.c | 569 BOOLEAN Iso639Language; local 626 Iso639Language = FALSE; 636 Iso639Language = TRUE; 661 Iso639Language,
|
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/ |
H A D | EmuVariable.c | 421 Iso639Language = TRUE 426 Iso639Language = FALSE 431 @param Iso639Language A bool value to signify if the handler is operated on ISO639 or RFC4646. 440 IN BOOLEAN Iso639Language 447 if (Iso639Language) { 501 Iso639Language = TRUE 506 Iso639Language = FALSE 511 @param Iso639Language A bool value to signify if the handler is operated on ISO639 or RFC4646. 520 IN BOOLEAN Iso639Language 529 if (Iso639Language) { 615 VariableGetBestLanguage( IN CONST CHAR8 *SupportedLanguages, IN BOOLEAN Iso639Language, ... ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/ |
H A D | Variable.c | 864 Iso639Language = TRUE 869 Iso639Language = FALSE 874 @param Iso639Language A bool value to signify if the handler is operated on ISO639 or RFC4646. 883 IN BOOLEAN Iso639Language 890 if (Iso639Language) { 944 Iso639Language = TRUE 949 Iso639Language = FALSE 954 @param Iso639Language A bool value to signify if the handler is operated on ISO639 or RFC4646. 963 IN BOOLEAN Iso639Language 972 if (Iso639Language) { 1058 VariableGetBestLanguage( IN CONST CHAR8 *SupportedLanguages, IN BOOLEAN Iso639Language, ... ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/ |
H A D | Variable.c | 1310 Iso639Language = TRUE 1315 Iso639Language = FALSE 1320 @param[in] Iso639Language A bool value to signify if the handler is operated on ISO639 or RFC4646. 1329 IN BOOLEAN Iso639Language 1336 if (Iso639Language) { 1390 Iso639Language = TRUE 1395 Iso639Language = FALSE 1400 @param[in] Iso639Language A bool value to signify if the handler is operated on ISO639 or RFC4646. 1411 IN BOOLEAN Iso639Language, 1422 if (Iso639Language) { 1408 GetLangFromSupportedLangCodes( IN CHAR8 *SupportedLang, IN UINTN Index, IN BOOLEAN Iso639Language, IN BOOLEAN VirtualMode, IN ESAL_VARIABLE_GLOBAL *Global ) argument 1508 VariableGetBestLanguage( IN CONST CHAR8 *SupportedLanguages, IN BOOLEAN Iso639Language, IN BOOLEAN VirtualMode, ... ) argument [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/ |
H A D | Variable.c | 866 Iso639Language = TRUE 871 Iso639Language = FALSE 876 @param Iso639Language A bool value to signify if the handler is operated on ISO639 or RFC4646. 885 IN BOOLEAN Iso639Language 892 if (Iso639Language) { 946 Iso639Language = TRUE 951 Iso639Language = FALSE 956 @param Iso639Language A bool value to signify if the handler is operated on ISO639 or RFC4646. 965 IN BOOLEAN Iso639Language 974 if (Iso639Language) { 1060 VariableGetBestLanguage( IN CONST CHAR8 *SupportedLanguages, IN BOOLEAN Iso639Language, ... ) argument [all...] |
Completed in 463 milliseconds