Home | History | Annotate | Download | only in cintltst

Lines Matching full:languagenames

1301     const char* languageNames [] = { "Hebrew", "Indonesian", "Inuktitut", "Uyghur", "Yiddish",
1323 expectedLang=(UChar*)malloc(sizeof(UChar) * (strlen(languageNames[i])+1));
1324 u_uastrcpy(expectedLang, languageNames[i]);
1327 languageCodes[i], languageNames[i], austrdup(testLang));