Lines Matching refs:text1
1110 static const UChar text1[][CollationRegressionTest::MAX_TOKEN_LEN] = {
1135 for (i = 0; i < sizeof(text1) / (CollationRegressionTest::MAX_TOKEN_LEN * sizeof(UChar)); i++) {
1139 len1 = calcKeyIncremental(coll, text1[i], -1, key1, sizeof(key1), status);
1141 errln(UnicodeString("Failed to get a partial collation key for ") + text1[i]);
1151 errln(UnicodeString("Failed: Identical key\n") + " text1: " + text1[i] + "\n" + " text2: " + text2[i] + "\n" + " key : " + TestUtility::hex(key1, len1));
1153 logln(UnicodeString("Keys produced -\n") + " text1: " + text1[i] + "\n" + " key1 : " + TestUtility::hex(key1, len1) + "\n" + " text2: " + text2[i] + "\n" + " key2 : "