Lines Matching refs:myDateFormat
141 fmtChars = myDateFormat(f, d); in TestPartialParse994()
178 log_err("FAIL: Expected: %s\n", austrdup(myDateFormat(format, expected)) ); in tryPat994()
181 f=myDateFormat(format, date); in tryPat994()
213 now=myDateFormat(format, date1); in TestRunTogetherPattern985()
218 else then=myDateFormat(format, date2); in TestRunTogetherPattern985()
267 juneStr = myDateFormat(fmt, june); in TestCzechMonths459()
268 julyStr = myDateFormat(fmt, july); in TestCzechMonths459()
275 date = myDateFormat(fmt, d); in TestCzechMonths459()
278 UChar* out1 = myDateFormat(fmt, june); in TestCzechMonths459()
279 UChar* out2 = myDateFormat(fmt, d); in TestCzechMonths459()
289 date = myDateFormat(fmt, d); in TestCzechMonths459()
290 if(u_strcmp(myDateFormat(fmt, july), myDateFormat(fmt, d) ) !=0) in TestCzechMonths459()
339 dateString = myDateFormat(format, currentTime_1); in TestQuotePattern161()