Searched defs:SupportedLanguages (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLanguage.c45 CHAR8 *SupportedLanguages; local
71 SupportedLanguages = AllocateZeroPool (LanguageSize);
72 if (SupportedLanguages == NULL) {
82 Status = gHiiString->GetLanguages (gHiiString, HiiHandle, SupportedLanguages, &LanguageSize);
87 FreePool (SupportedLanguages);
94 return SupportedLanguages;
H A DHiiString.c22 updated. If SupportedLanguages is NULL, then the string is added or updated
23 for all the languages that the String Package supports. If SupportedLanguages
25 specified by SupportedLanguages.
40 @param[in] SupportedLanguages A pointer to a Null-terminated ASCII string of
48 SupportedLanguages. The format of
49 SupportedLanguages must follow the language
62 IN CONST CHAR8 *SupportedLanguages OPTIONAL
73 if (SupportedLanguages == NULL) {
82 AllocatedLanguages = AllocateCopyPool (AsciiStrSize (SupportedLanguages), SupportedLanguages);
227 CHAR8 *SupportedLanguages; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDriverDiagnostics2.h45 languages specified in SupportedLanguages.
106 CHAR8 *SupportedLanguages; member in struct:_EFI_DRIVER_DIAGNOSTICS2_PROTOCOL
H A DComponentName.h38 in SupportedLanguages. The number of languages supported by a
79 of the languages specified in SupportedLanguages. The
124 CHAR8 *SupportedLanguages; member in struct:_EFI_COMPONENT_NAME_PROTOCOL
H A DComponentName2.h40 languages specified in SupportedLanguages.
103 SupportedLanguages. The number of
164 /// driver is up to the driver writer. SupportedLanguages is
167 CHAR8 *SupportedLanguages; member in struct:_EFI_COMPONENT_NAME2_PROTOCOL
H A DDriverConfiguration.h45 specified in SupportedLanguages. The number of languages
161 CHAR8 *SupportedLanguages; member in struct:_EFI_DRIVER_CONFIGURATION_PROTOCOL
H A DDriverDiagnostics.h63 match one of the languages specified in SupportedLanguages.
120 CHAR8 *SupportedLanguages; member in struct:_EFI_DRIVER_DIAGNOSTICS_PROTOCOL
H A DDriverConfiguration2.h185 CHAR8 *SupportedLanguages; member in struct:_EFI_DRIVER_CONFIGURATION2_PROTOCOL
H A DUnicodeCollation.h186 CHAR8 *SupportedLanguages; member in struct:_EFI_UNICODE_COLLATION_PROTOCOL
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DComponentName2.h42 languages specified in SupportedLanguages.
105 SupportedLanguages. The number of
167 /// driver is up to the driver writer. SupportedLanguages is
170 CHAR8 *SupportedLanguages; member in struct:_EFI_COMPONENT_NAME2_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DDriverDiagnostics.c53 specified in SupportedLanguages. The number of languages supported by
103 CHAR8 *SupportedLanguages; local
117 SupportedLanguages = This->SupportedLanguages;
123 while (*SupportedLanguages != 0) {
125 if (CompareMem (Language, SupportedLanguages, 3) == 0) {
129 SupportedLanguages += 3;
131 for (Index = 0; SupportedLanguages[Index] != 0 && SupportedLanguages[Index] != ';'; Index++);
132 if ((AsciiStrnCmp(SupportedLanguages, Languag
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLib.c569 If Language is a member of SupportedLanguages and a Unicode string is found in
575 @param SupportedLanguages A pointer to the set of ISO 639-2 language codes
588 @retval EFI_UNSUPPORTED SupportedLanguages is NULL.
591 member of SupportedLanguages.
600 IN CONST CHAR8 *SupportedLanguages,
616 if (SupportedLanguages == NULL || UnicodeStringTable == NULL) {
623 while (*SupportedLanguages != 0) {
624 if (CompareIso639LanguageCode (Language, SupportedLanguages)) {
645 SupportedLanguages += 3;
656 If Language is a member of SupportedLanguages an
598 LookupUnicodeString( IN CONST CHAR8 *Language, IN CONST CHAR8 *SupportedLanguages, IN CONST EFI_UNICODE_STRING_TABLE *UnicodeStringTable, OUT CHAR16 **UnicodeString ) argument
695 LookupUnicodeString2( IN CONST CHAR8 *Language, IN CONST CHAR8 *SupportedLanguages, IN CONST EFI_UNICODE_STRING_TABLE *UnicodeStringTable, OUT CHAR16 **UnicodeString, IN BOOLEAN Iso639Language ) argument
807 AddUnicodeString( IN CONST CHAR8 *Language, IN CONST CHAR8 *SupportedLanguages, IN EFI_UNICODE_STRING_TABLE **UnicodeStringTable, IN CONST CHAR16 *UnicodeString ) argument
984 AddUnicodeString2( IN CONST CHAR8 *Language, IN CONST CHAR8 *SupportedLanguages, IN EFI_UNICODE_STRING_TABLE **UnicodeStringTable, IN CONST CHAR16 *UnicodeString, IN BOOLEAN Iso639Language ) argument
1324 GetBestLanguage( IN CONST CHAR8 *SupportedLanguages, IN BOOLEAN Iso639Language, ... ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLib.c591 If Language is a member of SupportedLanguages and a Unicode string is found in
597 @param SupportedLanguages A pointer to the set of ISO 639-2 language codes
610 @retval EFI_UNSUPPORTED SupportedLanguages is NULL.
613 member of SupportedLanguages.
622 IN CONST CHAR8 *SupportedLanguages,
638 if (SupportedLanguages == NULL || UnicodeStringTable == NULL) {
645 while (*SupportedLanguages != 0) {
646 if (CompareIso639LanguageCode (Language, SupportedLanguages)) {
667 SupportedLanguages += 3;
678 If Language is a member of SupportedLanguages an
620 LookupUnicodeString( IN CONST CHAR8 *Language, IN CONST CHAR8 *SupportedLanguages, IN CONST EFI_UNICODE_STRING_TABLE *UnicodeStringTable, OUT CHAR16 **UnicodeString ) argument
717 LookupUnicodeString2( IN CONST CHAR8 *Language, IN CONST CHAR8 *SupportedLanguages, IN CONST EFI_UNICODE_STRING_TABLE *UnicodeStringTable, OUT CHAR16 **UnicodeString, IN BOOLEAN Iso639Language ) argument
829 AddUnicodeString( IN CONST CHAR8 *Language, IN CONST CHAR8 *SupportedLanguages, IN EFI_UNICODE_STRING_TABLE **UnicodeStringTable, IN CONST CHAR16 *UnicodeString ) argument
1006 AddUnicodeString2( IN CONST CHAR8 *Language, IN CONST CHAR8 *SupportedLanguages, IN EFI_UNICODE_STRING_TABLE **UnicodeStringTable, IN CONST CHAR16 *UnicodeString, IN BOOLEAN Iso639Language ) argument
1346 GetBestLanguage( IN CONST CHAR8 *SupportedLanguages, IN BOOLEAN Iso639Language, ... ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
H A DEmuVariable.c542 list of language codes to test against all the language codes in SupportedLanguages.
544 If SupportedLanguages is NULL, then ASSERT().
546 @param[in] SupportedLanguages A pointer to a Null-terminated ASCII string that
558 SupportedLanguages. Close matches only apply to RFC 4646
562 language code from SupportedLanguages is returned. If
567 @retval NULL The best matching language could not be found in SupportedLanguages.
571 language in SupportedLanguages.
577 IN CONST CHAR8 *SupportedLanguages,
589 ASSERT (SupportedLanguages != NULL);
611 // Loop through all language codes in SupportedLanguages
576 VariableGetBestLanguage( IN CONST CHAR8 *SupportedLanguages, IN BOOLEAN Iso639Language, ... ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/
H A DEmuVariable.c581 list of language codes to test against all the language codes in SupportedLanguages.
583 If SupportedLanguages is NULL, then ASSERT().
585 @param[in] SupportedLanguages A pointer to a Null-terminated ASCII string that
597 SupportedLanguages. Close matches only apply to RFC 4646
601 language code from SupportedLanguages is returned. If
606 @retval NULL The best matching language could not be found in SupportedLanguages.
610 language in SupportedLanguages.
616 IN CONST CHAR8 *SupportedLanguages,
628 ASSERT (SupportedLanguages != NULL);
650 // Loop through all language codes in SupportedLanguages
615 VariableGetBestLanguage( IN CONST CHAR8 *SupportedLanguages, IN BOOLEAN Iso639Language, ... ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c2148 @param SupportedLanguages A pointer to a Null-terminated ASCII string that
2155 @retval NULL The best matching language could not be found in SupportedLanguages.
2159 language in SupportedLanguages.
2163 IN CHAR8 *SupportedLanguages,
2173 SupportedLanguages,
2235 (*ComponentName)->SupportedLanguages,
2162 DriverHealthSelectBestLanguage( IN CHAR8 *SupportedLanguages, IN BOOLEAN Iso639Language ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DFont.c2310 CHAR8 *SupportedLanguages; local
2326 SupportedLanguages = NULL;
2353 SupportedLanguages = AllocatePool (SupportedLanguagesSize);
2354 if (SupportedLanguages == NULL) {
2361 SupportedLanguages,
2373 SupportedLanguages,
2469 if (SupportedLanguages != NULL) {
2470 FreePool (SupportedLanguages);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariable.c1024 list of language codes to test against all the language codes in SupportedLanguages.
1026 If SupportedLanguages is NULL, then ASSERT().
1028 @param[in] SupportedLanguages A pointer to a Null-terminated ASCII string that
1040 SupportedLanguages. Close matches only apply to RFC 4646
1044 language code from SupportedLanguages is returned. If
1049 @retval NULL The best matching language could not be found in SupportedLanguages.
1053 language in SupportedLanguages.
1059 IN CONST CHAR8 *SupportedLanguages,
1071 ASSERT (SupportedLanguages != NULL);
1093 // Loop through all language codes in SupportedLanguages
1058 VariableGetBestLanguage( IN CONST CHAR8 *SupportedLanguages, IN BOOLEAN Iso639Language, ... ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
H A DVariable.c1474 list of language codes to test against all the language codes in SupportedLanguages.
1476 If SupportedLanguages is NULL, then ASSERT().
1478 @param[in] SupportedLanguages A pointer to a Null-terminated ASCII string that
1491 SupportedLanguages. Close matches only apply to RFC 4646
1495 language code from SupportedLanguages is returned. If
1500 @retval NULL The best matching language could not be found in SupportedLanguages.
1504 language in SupportedLanguages.
1509 IN CONST CHAR8 *SupportedLanguages,
1522 ASSERT (SupportedLanguages != NULL);
1544 // Loop through all language codes in SupportedLanguages
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 DVariable.c1026 list of language codes to test against all the language codes in SupportedLanguages.
1028 If SupportedLanguages is NULL, then ASSERT().
1030 @param[in] SupportedLanguages A pointer to a Null-terminated ASCII string that
1042 SupportedLanguages. Close matches only apply to RFC 4646
1046 language code from SupportedLanguages is returned. If
1051 @retval NULL The best matching language could not be found in SupportedLanguages.
1055 language in SupportedLanguages.
1061 IN CONST CHAR8 *SupportedLanguages,
1073 if (SupportedLanguages == NULL) {
1097 // Loop through all language codes in SupportedLanguages
1060 VariableGetBestLanguage( IN CONST CHAR8 *SupportedLanguages, IN BOOLEAN Iso639Language, ... ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp3072 Returns TRUE or FALSE whether SupportedLanguages contains the best matching language
3075 @param[in] SupportedLanguages A pointer to a Null-terminated ASCII string that
3080 @retval FALSE The best matching language could not be found in SupportedLanguages.
3081 @retval TRUE The best matching language could be found in SupportedLanguages.
3086 IN CONST CHAR8 *SupportedLanguages,
3094 if (SupportedLanguages == NULL || Language == NULL){
3108 // Loop through all language codes in SupportedLanguages
3110 for (Supported = SupportedLanguages; *Supported != '\0'; Supported += CompareLength) {
3085 GetBestLanguage( IN CONST CHAR8 *SupportedLanguages, IN CHAR8 *Language ) argument

Completed in 74 milliseconds