Home | History | Annotate | Download | only in intltest

Lines Matching refs:t2Len

987     int32_t t2Len = test2.length();
991 doAssert((col->compare(t1, t1Len, t2, t2Len) == Collator::EQUAL), "Problem");
992 doAssert((col->compare(t1, t1Len, t2, t2Len, 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");