Searched defs:thePat (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Ddtfmttst.cpp744 UnicodeString thePat; local
745 logln((UnicodeString)"pattern: " + sdf.toPattern(thePat));
926 UnicodeString thePat; local
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) + "\"");
1010 UnicodeString thePat; local
1011 logln(UnicodeString("Parsing \"") + str + "\" with " + ((SimpleDateFormat*)&fmt)->toPattern(thePat) +

Completed in 184 milliseconds