Home | History | Annotate | Download | only in intltest

Lines Matching refs:expectedString

1940                     UnicodeString expectedString = UnicodeString(expectedWords, -1, US_INV).unescape();
1941 if (actualString != expectedString) {
1945 msg.append(expectedString);