Lines Matching refs:date
15 /* INDEPTH TEST FOR DATE FORMAT */
62 log_err_status(status, "FAIL: Error in creating a date format using udat_openPattern %s\n",
121 /* this is supposed to open default date format, but later on it treats it like it is "en_US"
159 UDate date;
170 date = udat_parse(format, str, u_strlen(str), &pos, &status);
171 if(U_FAILURE(status) || date == null) {
177 f=myDateFormat(format, date);
179 if (expected == null || date != expected)
205 log_err_status(status, "FAIL: Error in date format construction with pattern: %s\n", myErrorName(status));
236 UChar *date;
241 log_data_err("Error in constructing the date format -> %s (Are you missing data?)\n", u_errorName(status));
271 date = myDateFormat(fmt, d);
279 log_verbose("Pass: Date = %s (czech month June)\n", aescstrdup(date, -1));
285 date = myDateFormat(fmt, d);
289 log_verbose("Pass: Date = %s (czech month July)\n", aescstrdup(date, -1));
316 /* this is supposed to open default date format, but later on it treats it like it is "en_US"
326 /* this is supposed to open default date format, but later on it treats it like it is "en_US"