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

/external/icu4c/test/intltest/
H A Ddtfmttst.cpp693 UnicodeString thePat; local
694 logln((UnicodeString)"pattern: " + sdf.toPattern(thePat));
848 UnicodeString thePat; local
849 logln(UnicodeString("Trying to parse \"") + s + "\" with " + dateParse->toPattern(thePat));
883 logln((UnicodeString)"Parsed \"" + s + "\" using \"" + dateParse->toPattern(thePat) + "\" to: " + result);
892 s + "\" with \"" + dateParse->toPattern(thePat) + "\"");
932 UnicodeString thePat; local
933 logln(UnicodeString("Parsing \"") + str + "\" with " + ((SimpleDateFormat*)&fmt)->toPattern(thePat) +

Completed in 33 milliseconds