Home | History | Annotate | Download | only in intltest

Lines Matching refs:str1

1284     UChar str1[maxLength];
1292 str1[i] = str2[i] = (UChar)0x61; // 'a'
1294 str1[i] = (UChar)0x41; // 'A'
1298 col->getCollationKey(str1, len, key1, status);
1302 UCollationResult cmpCol = col->compare(str1, len, str2, len, status);
1308 + "): str1=" + UnicodeString(str1, len) + ", str2=" + UnicodeString(str2, len)