Home | History | Annotate | Download | only in intltest

Lines Matching refs:t2Len

1003     int32_t t2Len = test2.length();
1007 doAssert((col->compare(t1, t1Len, t2, t2Len) == Collator::EQUAL), "Problem");
1008 doAssert((col->compare(t1, t1Len, t2, t2Len, success) == UCOL_EQUAL), "Problem");
1015 doAssert((col->compare(t1, t1Len, t2, t2Len) == Collator::GREATER), "Problem");
1016 doAssert((col->compare(t1, t1Len, t2, t2Len, success) == UCOL_GREATER), "Problem");