Home | History | Annotate | Download | only in intltest

Lines Matching refs:str2

1281     UChar str2[maxLength];
1288 str1[i] = str2[i] = (UChar)0x61; // 'a'
1291 str2[i] = (UChar)0x61; // 'a'
1295 col->getCollationKey(str2, len, key2, status);
1298 UCollationResult cmpCol = col->compare(str1, len, str2, len, status);
1304 + "): str1=" + UnicodeString(str1, len) + ", str2=" + UnicodeString(str2, len)