Home | History | Annotate | Download | only in intltest

Lines Matching refs:UCOL_EQUAL

141     doAssert((col->compare("","",success) == UCOL_EQUAL), "Comparison between empty strings failed");
594 doAssert(sortk2.compareTo(sortk3, success) == UCOL_EQUAL, "Result should be \"abcda\" == \"abcda\"");
597 doAssert(sortkEmpty.compareTo(sortkEmpty, success) == UCOL_EQUAL, "Result should be (empty key) == (empty key)");
1013 doAssert((col->compare(test1, test2, success) == UCOL_EQUAL), "Problem");
1015 doAssert((col->compare(t1, t1Len, t2, t2Len, success) == UCOL_EQUAL), "Problem");
1017 doAssert((col->compare(test1, test2, t1Len, success) == UCOL_EQUAL), "Problem");
1959 return UCOL_EQUAL;
1971 return UCOL_EQUAL;