Lines Matching defs:Supported
67 CHAR8 *Supported;
86 // If there are not enough resources for the supported languages string, then return a StringId of 0
96 for (Supported = AllocatedLanguages; *Supported != '\0'; ) {
100 Language = Supported;
105 for (; *Supported != 0 && *Supported != ';'; Supported++);
106 if (*Supported != 0) {
107 *(Supported++) = '\0';
135 // Free the buffer of supported languages
300 // then there are no supported languages registered for HiiHandle. If GetString()
330 // Free the buffer and return NULL if the supported languages can not be retrieved.