Home | History | Annotate | Download | only in intltest

Lines Matching refs:t1Len

985     int32_t t1Len = test1.length();
991 doAssert((col->compare(t1, t1Len, t2, t2Len) == Collator::EQUAL), "Problem");
992 doAssert((col->compare(t1, t1Len, t2, t2Len, success) == UCOL_EQUAL), "Problem");
993 doAssert((col->compare(test1, test2, t1Len) == Collator::EQUAL), "Problem");
994 doAssert((col->compare(test1, test2, t1Len, success) == UCOL_EQUAL), "Problem");
999 doAssert((col->compare(t1, t1Len, t2, t2Len) == Collator::GREATER), "Problem");
1000 doAssert((col->compare(t1, t1Len, t2, t2Len, success) == UCOL_GREATER), "Problem");
1001 doAssert((col->compare(test1, test2, t1Len) == Collator::GREATER), "Problem");
1002 doAssert((col->compare(test1, test2, t1Len, success) == UCOL_GREATER), "Problem");