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