Home | History | Annotate | Download | only in intltest

Lines Matching full:strs

3517     UnicodeString strf, strl, strm, strs;
3538 strs = fmts->format(dt, strs);
3545 logln("strs.charAt(10)=%04X wanted 0x20\n", strs.charAt(8));
3546 if (strs.charAt(10) != UChar(0x0020)) {
3547 errln((UnicodeString)"FAIL: Improper formatted date: " + strs);