Home | History | Annotate | Download | only in intltest

Lines Matching refs:expectedStr

513     UnicodeString expectedStr("");
514 expectedStr=expectedStr + expected;
515 if(got != expectedStr ) {
516 errln((UnicodeString)"ERROR: " + message + got + (UnicodeString)" Expected : " + expectedStr);