Home | History | Annotate | Download | only in layoutex

Lines Matching defs:code

942     char code[8] = {0, 0, 0, 0, 0, 0, 0, 0};
946 uprv_strcat(code, language);
949 uprv_strcat(code, "_");
950 uprv_strcat(code, country);
954 if (uprv_strcmp(code, languageMap[i].localeCode) == 0) {