Home | History | Annotate | Download | only in intltest

Lines Matching refs:UCOL_EQUAL

311         if(order != UCOL_EQUAL) {
312 errln("compareUTF8(U+FFFD, string %d with illegal UTF-8)=%d != UCOL_EQUAL",
1521 if(order == UCOL_EQUAL) {
1705 if(order != UCOL_EQUAL && expectedLevel != Collation::NO_LEVEL) {
1742 if(order != UCOL_EQUAL && expectedLevel != Collation::NO_LEVEL) {
1778 UCollationResult expectedOrder = (relation == Collation::ZERO_LEVEL) ? UCOL_EQUAL : UCOL_LESS;