Lines Matching refs:myDateFormat
139 fmtChars = myDateFormat(f, d); in TestPartialParse994()
176 log_err("FAIL: Expected: %s\n", austrdup(myDateFormat(format, expected)) ); in tryPat994()
179 f=myDateFormat(format, date); in tryPat994()
211 now=myDateFormat(format, date1); in TestRunTogetherPattern985()
216 else then=myDateFormat(format, date2); in TestRunTogetherPattern985()
265 juneStr = myDateFormat(fmt, june); in TestCzechMonths459()
266 julyStr = myDateFormat(fmt, july); in TestCzechMonths459()
273 date = myDateFormat(fmt, d); in TestCzechMonths459()
276 UChar* out1 = myDateFormat(fmt, june); in TestCzechMonths459()
277 UChar* out2 = myDateFormat(fmt, d); in TestCzechMonths459()
287 date = myDateFormat(fmt, d); in TestCzechMonths459()
288 if(u_strcmp(myDateFormat(fmt, july), myDateFormat(fmt, d) ) !=0) in TestCzechMonths459()
337 dateString = myDateFormat(format, currentTime_1); in TestQuotePattern161()