Lines Matching refs:testee
880 UnicodeString testee(test[i],""); in TestGetLangsAndCountries() local
882 if (testee != lc.toLower()) in TestGetLangsAndCountries()
884 if ( (testee.length() != 2) && (testee.length() != 3)) in TestGetLangsAndCountries()
885 errln(testee + " is not two or three characters long."); in TestGetLangsAndCountries()
886 if (i > 0 && testee.compare(test[i - 1]) <= 0) in TestGetLangsAndCountries()
887 errln(testee + " appears in an out-of-order position in the list."); in TestGetLangsAndCountries()
905 UnicodeString testee(test[j],""); in TestGetLangsAndCountries() local
907 if (testee == spotCheck2[i]) in TestGetLangsAndCountries()
910 UnicodeString testee(test[j],""); in TestGetLangsAndCountries() local
911 if (j == testCount || testee != spotCheck2[i]) in TestGetLangsAndCountries()
916 UnicodeString testee(test[i],""); in TestGetLangsAndCountries() local
918 if (testee != uc.toUpper()) in TestGetLangsAndCountries()
919 errln(testee + " is not all upper case."); in TestGetLangsAndCountries()
920 if (testee.length() != 2) in TestGetLangsAndCountries()
921 errln(testee + " is not two characters long."); in TestGetLangsAndCountries()
922 if (i > 0 && testee.compare(test[i - 1]) <= 0) in TestGetLangsAndCountries()
923 errln(testee + " appears in an out-of-order position in the list."); in TestGetLangsAndCountries()