Home | History | Annotate | Download | only in intltest

Lines Matching refs:EQUAL

126     doAssert((col->compare("ab", "abc", 2) == Collator::EQUAL), "ab = abc with length 2 comparison failed");
130 doAssert((col->compare("black-bird", "blackbird", 5) == Collator::EQUAL), "black-bird = blackbird with length of 5 comparison failed");
456 doAssert(col1->hashCode() == col3->hashCode(), "Hash result not equal" );
473 doAssert(sortk2.hashCode() == sortk3.hashCode(), "Hash result not equal" );
521 // A string with only completely ignorables must compare equal to an empty string.
526 doAssert(sortkIgnorable.compareTo(sortkEmpty) == Collator::EQUAL,
527 "Completely ignorable string should compare equal to empty string");
557 doAssert(sortk2.compareTo(sortk3) == Collator::EQUAL, "Result should be \"abcda\" == \"abcda\"");
560 doAssert(sortkEmpty.compareTo(sortkEmpty) == Collator::EQUAL, "Result should be (empty key) == (empty key)");
581 doAssert(sortk1.compareTo(sortk4) == Collator::EQUAL, "CollationKey::toByteArray(sortk1) Failed.");
582 doAssert(sortk2.compareTo(sortk5) == Collator::EQUAL, "CollationKey::toByteArray(sortk2) Failed.");
584 doAssert(sortk1.compareTo(sortk6) == Collator::EQUAL, "CollationKey::getByteArray(sortk1) Failed.");
585 doAssert(sortk2.compareTo(sortk7) == Collator::EQUAL, "CollationKey::getByteArray(sortk2) Failed.");
607 == Collator::EQUAL,
829 doAssert((*col1 != *col2), "The two different table collations compared equal");
831 doAssert((*col1 == *col2), "Collator objects not equal after assignment (operator=)");
839 doAssert((*col1 != *col3), "The two different table collations compared equal");
842 doAssert((*col1 == *col4), "Cloned collation objects not equal");
843 doAssert((*col3 != *col4), "Two different table collations compared equal");
844 doAssert((*col3 == *col5), "Cloned collation objects not equal");
845 doAssert((*col4 != *col5), "Two cloned collations compared equal");
873 // doAssert((*col7 == *col8), "The two equal table collations compared different");
874 doAssert((*col7 != *col9), "The two different table collations compared equal");
875 doAssert((*col8 != *col9), "The two different table collations compared equal");
900 doAssert((*col1 == *col2), "Cloned object is not equal to the orginal");
907 doAssert((*col1 != *col3), "Cloned object is equal to some dummy");
909 doAssert((*col1 == *col3), "Copied object is not equal to the orginal");
978 doAssert((col->compare(test1, test2) == Collator::EQUAL), "Problem");
980 doAssert((col->compare(t1, t1Len, t2, t2Len) == Collator::EQUAL), "Problem");
982 doAssert((col->compare(test1, test2, t1Len) == Collator::EQUAL), "Problem");
1105 doAssert(key2.compareTo(key3) == Collator::EQUAL,
1166 doAssert(key1.compareTo(key2) == Collator::EQUAL,
1168 doAssert(key2.compareTo(key3) == Collator::EQUAL,