Home | History | Annotate | Download | only in intltest

Lines Matching full:test2

431     UnicodeString test2("abcda");
459 doAssert(col->greater(test1, test2), "Result should be \"abCda\" >>> \"abcda\" ");
460 doAssert(someCollators[index]->equals(test1, test2), "Result should be \"abcda\" == \"abCda\"");
499 doAssert(!(col1->hashCode() == col2->hashCode()), "Hash test2 result incorrect" );
507 UnicodeString test2("abcda");
513 col3->getCollationKey(test2, sortk2, status);
514 col3->getCollationKey(test2, sortk3, status);
540 UnicodeString test1("Abcda"), test2("abcda");
560 doAssert((sortk1.compareTo(col->getCollationKey(test2, sortk2, key2Status)))
638 col->getCollationKey(test2, sortk2, key2Status))
985 UnicodeString test1("Abcda"), test2("abcda");
988 doAssert((!col->equals(test1, test2) ), "Result should be \"Abcda\" != \"abcda\"");
989 doAssert((col->greater(test1, test2) ), "Result should be \"Abcda\" >>> \"abcda\"");
990 doAssert((col->greaterOrEqual(test1, test2) ), "Result should be \"Abcda\" >>> \"abcda\"");
995 doAssert((col->equals(test1, test2) ), "Result should be \"Abcda\" == \"abcda\"");
996 doAssert((!col->greater(test1, test2) ), "Result should be \"Abcda\" == \"abcda\"");
997 doAssert((col->greaterOrEqual(test1, test2) ), "Result should be \"Abcda\" == \"abcda\"");
1002 doAssert((col->equals(test1, test2) ), "Result should be \"Abcda\" == \"abcda\"");
1003 doAssert((!col->greater(test1, test2) ), "Result should be \"Abcda\" == \"abcda\"");
1004 doAssert((col->greaterOrEqual(test1, test2) ), "Result should be \"Abcda\" == \"abcda\"");
1009 const UChar* t2 = test2.getBuffer();
1010 int32_t t2Len = test2.length();
1012 doAssert((col->compare(test1, test2) == Collator::EQUAL), "Problem");
1013 doAssert((col->compare(test1, test2, success) == UCOL_EQUAL), "Problem");
1016 doAssert((col->compare(test1, test2, t1Len) == Collator::EQUAL), "Problem");
1017 doAssert((col->compare(test1, test2, t1Len, success) == UCOL_EQUAL), "Problem");
1020 doAssert((col->compare(test1, test2) == Collator::GREATER), "Problem");
1021 doAssert((col->compare(test1, test2, success) == UCOL_GREATER), "Problem");
1024 doAssert((col->compare(test1, test2, t1Len) == Collator::GREATER), "Problem");
1025 doAssert((col->compare(test1, test2, t1Len, success) == UCOL_GREATER), "Problem");
1164 test2[6] = {0x61, 0x62, 0x63, 0x64, 0x61, 0},
1177 col->getCollationKey(test2, u_strlen(test2), key2, status);
1195 col->getSortKey(test2, sortkey2, 64);
1203 "Test2 string should have the same collation key and sort key");
1209 col->getSortKey(test2, 5, sortkey2, 64);
1217 "Test2 string should have the same collation key and sort key");
1224 UnicodeString strtest2(test2);
1234 "Test2 string should have the same collation key and sort key");
1243 col->getCollationKey(test2, u_strlen(test2), key2, status);
1256 col->getSortKey(test2, sortkey2, 64);
1264 "Test2 string should have the same collation key and sort key");
1270 col->getSortKey(test2, 5, sortkey2, 64);
1278 "Test2 string should have the same collation key and sort key");
1292 "Test2 string should have the same collation key and sort key");