Home | History | Annotate | Download | only in cintltst

Lines Matching full:languagenames

1307     const char* languageNames [] = { "Hebrew", "Indonesian", "Inuktitut", "Uyghur", "Yiddish",
1329 expectedLang=(UChar*)malloc(sizeof(UChar) * (strlen(languageNames[i])+1));
1330 u_uastrcpy(expectedLang, languageNames[i]);
1333 languageCodes[i], languageNames[i], austrdup(testLang));