Lines Matching refs:t1
1007 const UChar* t1 = test1.getBuffer();
1014 doAssert((col->compare(t1, t1Len, t2, t2Len) == Collator::EQUAL), "Problem");
1015 doAssert((col->compare(t1, t1Len, t2, t2Len, success) == UCOL_EQUAL), "Problem");
1022 doAssert((col->compare(t1, t1Len, t2, t2Len) == Collator::GREATER), "Problem");
1023 doAssert((col->compare(t1, t1Len, t2, t2Len, success) == UCOL_GREATER), "Problem");