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