Home | History | Annotate | Download | only in intltest

Lines Matching defs:strs

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