Searched refs:SupportedLanguages (Results 1 - 25 of 108) sorted by relevance

12345

/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/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...]
H A DComponentName.c63 languages specified in SupportedLanguages. The
95 This->SupportedLanguages,
136 languages specified in SupportedLanguages. The
199 This->SupportedLanguages,
234 This->SupportedLanguages,
265 gIDEBusComponentName.SupportedLanguages,
272 gIDEBusComponentName2.SupportedLanguages,
/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/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
H A DComponentName.c63 languages specified in SupportedLanguages. The
90 This->SupportedLanguages,
128 languages specified in SupportedLanguages. The
209 This->SupportedLanguages,
235 gIsaFloppyComponentName.SupportedLanguages,
242 gIsaFloppyComponentName2.SupportedLanguages,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DComponentName.c65 languages specified in SupportedLanguages. The
97 This->SupportedLanguages,
138 languages specified in SupportedLanguages. The
224 This->SupportedLanguages,
251 gIsaSerialComponentName.SupportedLanguages,
258 gIsaSerialComponentName2.SupportedLanguages,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/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 DDriverDiagnostics.h63 match one of the languages specified in SupportedLanguages.
120 CHAR8 *SupportedLanguages; member in struct:_EFI_DRIVER_DIAGNOSTICS_PROTOCOL
H A DDriverDiagnostics2.h45 languages specified in SupportedLanguages.
106 CHAR8 *SupportedLanguages; member in struct:_EFI_DRIVER_DIAGNOSTICS2_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/
H A DComponentName.c64 languages specified in SupportedLanguages. The
96 This->SupportedLanguages,
137 languages specified in SupportedLanguages. The
236 This->SupportedLanguages,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/
H A DComponentName.c64 languages specified in SupportedLanguages. The
96 This->SupportedLanguages,
137 languages specified in SupportedLanguages. The
236 This->SupportedLanguages,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DComponentName.c69 languages specified in SupportedLanguages. The
101 This->SupportedLanguages,
143 languages specified in SupportedLanguages. The
233 This->SupportedLanguages,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/EhciDxe/
H A DComponentName.c62 languages specified in SupportedLanguages. The
94 This->SupportedLanguages,
135 languages specified in SupportedLanguages. The
219 This->SupportedLanguages,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/UhciDxe/
H A DComponentName.c65 languages specified in SupportedLanguages. The
97 This->SupportedLanguages,
138 languages specified in SupportedLanguages. The
225 This->SupportedLanguages,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/XhciDxe/
H A DComponentName.c59 languages specified in SupportedLanguages. The
91 This->SupportedLanguages,
132 languages specified in SupportedLanguages. The
218 This->SupportedLanguages,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
H A DComponentName.c59 languages specified in SupportedLanguages. The
91 This->SupportedLanguages,
132 languages specified in SupportedLanguages. The
218 This->SupportedLanguages,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbKbDxe/
H A DComponentName.c58 languages specified in SupportedLanguages. The
86 This->SupportedLanguages,
124 languages specified in SupportedLanguages. The
217 This->SupportedLanguages,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/
H A DComponentName.c58 languages specified in SupportedLanguages. The
86 This->SupportedLanguages,
124 languages specified in SupportedLanguages. The
218 This->SupportedLanguages,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbMouseDxe/
H A DComponentName.c58 languages specified in SupportedLanguages. The
86 This->SupportedLanguages,
124 languages specified in SupportedLanguages. The
218 This->SupportedLanguages,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/TerminalDxe/
H A DComponentName.c64 languages specified in SupportedLanguages. The
96 This->SupportedLanguages,
137 languages specified in SupportedLanguages. The
232 This->SupportedLanguages,
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DComponentName.c61 languages specified in SupportedLanguages. The
93 This->SupportedLanguages,
134 languages specified in SupportedLanguages. The
204 This->SupportedLanguages,
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DComponentName.c64 languages specified in SupportedLanguages. The
96 This->SupportedLanguages,
137 languages specified in SupportedLanguages. The
207 This->SupportedLanguages,

Completed in 73 milliseconds

12345