Searched refs:spotCheck1 (Results 1 – 1 of 1) sorted by relevance
911 const char spotCheck1[ ][4] = { "en", "es", "fr", "de", "it", in TestGetLangsAndCountries() local927 if (uprv_strcmp(test[j],spotCheck1[i])== 0) in TestGetLangsAndCountries()929 if (j == testCount || (uprv_strcmp(test[j],spotCheck1[i])!=0)) in TestGetLangsAndCountries()930 errln("Couldn't find " + (UnicodeString)spotCheck1[i] + " in language list."); in TestGetLangsAndCountries()