Lines Matching refs:add_pbf_error

387 static void add_pbf_error(Scanner *s, char *error, char *sptr, char *cptr)  in add_pbf_error()  function
24966 add_pbf_error(s, "Unexpected data found.", string, begin); \
24971 add_pbf_error(s, "Unexpected data found.", string, begin); \
25041 add_pbf_error(s, "A textual day could not be found", string, begin); in timelib_parse_from_format()
25055 add_pbf_error(s, "A two digit day could not be found", string, begin); in timelib_parse_from_format()
25064 add_pbf_error(s, "A three digit day-of-year could not be found", string, begin); in timelib_parse_from_format()
25076 add_pbf_error(s, "A two digit month could not be found", string, begin); in timelib_parse_from_format()
25083 add_pbf_error(s, "A textual month could not be found", string, begin); in timelib_parse_from_format()
25093 add_pbf_error(s, "A two digit year could not be found", string, begin); in timelib_parse_from_format()
25101 add_pbf_error(s, "A four digit year could not be found", string, begin); in timelib_parse_from_format()
25108 add_pbf_error(s, "A two digit hour could not be found", string, begin); in timelib_parse_from_format()
25111 add_pbf_error(s, "Hour can not be higher than 12", string, begin); in timelib_parse_from_format()
25118 add_pbf_error(s, "A two digit hour could not be found", string, begin); in timelib_parse_from_format()
25124 add_pbf_error(s, "Meridian can only come after an hour has been found", string, begin); in timelib_parse_from_format()
25126 add_pbf_error(s, "A meridian could not be found", string, begin); in timelib_parse_from_format()
25139 add_pbf_error(s, "A two digit minute could not be found", string, begin); in timelib_parse_from_format()
25153 add_pbf_error(s, "A two digit second could not be found", string, begin); in timelib_parse_from_format()
25167 add_pbf_error(s, "A six digit millisecond could not be found", string, begin); in timelib_parse_from_format()
25199 add_pbf_error(s, "The timezone could not be found in the database", string, begin); in timelib_parse_from_format()
25208 add_pbf_error(s, "The separation symbol ([;:/.,-]) could not be found", string, begin); in timelib_parse_from_format()
25223 add_pbf_error(s, "The separation symbol could not be found", string, begin); in timelib_parse_from_format()
25241 add_pbf_error(s, "Escaped character expected", string, begin); in timelib_parse_from_format()
25248 add_pbf_error(s, "The escaped character could not be found", string, begin); in timelib_parse_from_format()
25262 add_pbf_error(s, "The format separator does not match", string, begin); in timelib_parse_from_format()
25272 add_pbf_error(s, "Trailing data", string, ptr); in timelib_parse_from_format()
25293 add_pbf_error(s, "Data missing", string, ptr); in timelib_parse_from_format()