HomeSort by relevance Sort by last modified time
    Searched refs:Iso639Languages (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Library/UefiLanguageLib/
UefiLanguageLib.c 380 If Iso639Languages is NULL, then ASSERT.
382 @param[in] Iso639Languages Pointers to a Null-terminated ISO 639-2 language codes string containing
395 IN CONST CHAR8 *Iso639Languages
403 ASSERT (Iso639Languages != NULL);
408 Length = AsciiStrLen (Iso639Languages);
421 for (Iso639Index = 0, Rfc4646Index = 0; Iso639Languages[Iso639Index] != '\0'; Iso639Index += 3) {
422 if (ConvertIso639ToRfc4646 (&Rfc4646Languages[Rfc4646Index], &Iso639Languages[Iso639Index])) {
458 CHAR8 *Iso639Languages;
474 Iso639Languages = AllocateZeroPool (NumLanguages * 3 + 1);
475 if (Iso639Languages == NULL) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Include/Library/
LanguageLib.h 77 If Iso639Languages is NULL, then ASSERT.
79 @param[in] Iso639Languages Pointers to Null-terminated ISO 639-2 language code strings containing
94 IN CONST CHAR8 *Iso639Languages

Completed in 90 milliseconds