Lines Matching refs:testee
884 UnicodeString testee(test[i],""); in TestGetLangsAndCountries() local
886 if (testee != lc.toLower()) in TestGetLangsAndCountries()
888 if ( (testee.length() != 2) && (testee.length() != 3)) in TestGetLangsAndCountries()
889 errln(testee + " is not two or three characters long."); in TestGetLangsAndCountries()
890 if (i > 0 && testee.compare(test[i - 1]) <= 0) in TestGetLangsAndCountries()
891 errln(testee + " appears in an out-of-order position in the list."); in TestGetLangsAndCountries()
909 UnicodeString testee(test[j],""); in TestGetLangsAndCountries() local
911 if (testee == spotCheck2[i]) in TestGetLangsAndCountries()
914 UnicodeString testee(test[j],""); in TestGetLangsAndCountries() local
915 if (j == testCount || testee != spotCheck2[i]) in TestGetLangsAndCountries()
920 UnicodeString testee(test[i],""); in TestGetLangsAndCountries() local
922 if (testee != uc.toUpper()) in TestGetLangsAndCountries()
923 errln(testee + " is not all upper case."); in TestGetLangsAndCountries()
924 if (testee.length() != 2) in TestGetLangsAndCountries()
925 errln(testee + " is not two characters long."); in TestGetLangsAndCountries()
926 if (i > 0 && testee.compare(test[i - 1]) <= 0) in TestGetLangsAndCountries()
927 errln(testee + " appears in an out-of-order position in the list."); in TestGetLangsAndCountries()