Home | History | Annotate | Download | only in intltest

Lines Matching refs:toPattern

416             logln(" Pattern = " + sdtfmt->toPattern(buf.remove()));
615 logln((UnicodeString)"pattern=" + fmt->toPattern(pattern) + " string=" + str);
650 logln((UnicodeString)"Pattern " + ((SimpleDateFormat*) fmt)->toPattern(pattern));
745 logln((UnicodeString)"pattern: " + sdf.toPattern(thePat));
833 sdtfmt->toPattern(pattern);
927 logln(UnicodeString("Trying to parse \"") + s + "\" with " + dateParse->toPattern(thePat));
961 logln((UnicodeString)"Parsed \"" + s + "\" using \"" + dateParse->toPattern(thePat) + "\" to: " + result);
970 s + "\" with \"" + dateParse->toPattern(thePat) + "\"");
1011 logln(UnicodeString("Parsing \"") + str + "\" with " + ((SimpleDateFormat*)&fmt)->toPattern(thePat) +