Home | History | Annotate | Download | only in intltest

Lines Matching refs:str2

1285     UChar str2[maxLength];
1292 str1[i] = str2[i] = (UChar)0x61; // 'a'
1295 str2[i] = (UChar)0x61; // 'a'
1299 col->getCollationKey(str2, len, key2, status);
1302 UCollationResult cmpCol = col->compare(str1, len, str2, len, status);
1308 + "): str1=" + UnicodeString(str1, len) + ", str2=" + UnicodeString(str2, len)