Home
last modified time | relevance | path

Searched refs:languageNames (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dcloctst.c1517 const char* languageNames [] = { "Hebrew", "Indonesian", "Inuktitut", "Uyghur", "Yiddish", in TestSimpleDisplayNames() local
1539 expectedLang=(UChar*)malloc(sizeof(UChar) * (strlen(languageNames[i])+1)); in TestSimpleDisplayNames()
1540 u_uastrcpy(expectedLang, languageNames[i]); in TestSimpleDisplayNames()
1543 languageCodes[i], languageNames[i], austrdup(testLang)); in TestSimpleDisplayNames()
/third_party/icu/icu4c/source/test/intltest/
Dloctest.cpp1021 UnicodeString languageNames [] = { "Hebrew", "Indonesian", "Inuktitut", "Uyghur", "Yiddish", in TestSimpleDisplayNames() local
1028 if (test != languageNames[i]) in TestSimpleDisplayNames()
1030 languageNames[i] + "\", got \"" + test + "\"."); in TestSimpleDisplayNames()