Lines Matching refs:testee
877 UnicodeString testee(test[i],""); in TestGetLangsAndCountries() local
879 if (testee != lc.toLower()) in TestGetLangsAndCountries()
881 if ( (testee.length() != 2) && (testee.length() != 3)) in TestGetLangsAndCountries()
882 errln(testee + " is not two or three characters long."); in TestGetLangsAndCountries()
883 if (i > 0 && testee.compare(test[i - 1]) <= 0) in TestGetLangsAndCountries()
884 errln(testee + " appears in an out-of-order position in the list."); in TestGetLangsAndCountries()
902 UnicodeString testee(test[j],""); in TestGetLangsAndCountries() local
904 if (testee == spotCheck2[i]) in TestGetLangsAndCountries()
907 UnicodeString testee(test[j],""); in TestGetLangsAndCountries() local
908 if (j == testCount || testee != spotCheck2[i]) in TestGetLangsAndCountries()
913 UnicodeString testee(test[i],""); in TestGetLangsAndCountries() local
915 if (testee != uc.toUpper()) in TestGetLangsAndCountries()
916 errln(testee + " is not all upper case."); in TestGetLangsAndCountries()
917 if (testee.length() != 2) in TestGetLangsAndCountries()
918 errln(testee + " is not two characters long."); in TestGetLangsAndCountries()
919 if (i > 0 && testee.compare(test[i - 1]) <= 0) in TestGetLangsAndCountries()
920 errln(testee + " appears in an out-of-order position in the list."); in TestGetLangsAndCountries()