Home | History | Annotate | Download | only in intltest

Lines Matching full:strs

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