Home | History | Annotate | Download | only in intltest

Lines Matching full:thepat

876     UnicodeString thePat;
877 logln((UnicodeString)"pattern: " + sdf.toPattern(thePat));
1058 UnicodeString thePat;
1059 logln(UnicodeString("Trying to parse \"") + s + "\" with " + dateParse->toPattern(thePat));
1093 logln((UnicodeString)"Parsed \"" + s + "\" using \"" + dateParse->toPattern(thePat) + "\" to: " + result);
1102 s + "\" with \"" + dateParse->toPattern(thePat) + "\"");
1142 UnicodeString thePat;
1143 logln(UnicodeString("Parsing \"") + str + "\" with " + ((SimpleDateFormat*)&fmt)->toPattern(thePat) +