Lines Matching refs:add_pbf_error

374 static void add_pbf_error(Scanner *s, char *error, char *sptr, char *cptr)  in add_pbf_error()  function
23928 add_pbf_error(s, "Unexpected data found.", string, begin); \
23933 add_pbf_error(s, "Unexpected data found.", string, begin); \
24003 add_pbf_error(s, "A textual day could not be found", string, begin); in timelib_parse_from_format()
24017 add_pbf_error(s, "A two digit day could not be found", string, begin); in timelib_parse_from_format()
24026 add_pbf_error(s, "A three digit day-of-year could not be found", string, begin); in timelib_parse_from_format()
24038 add_pbf_error(s, "A two digit month could not be found", string, begin); in timelib_parse_from_format()
24045 add_pbf_error(s, "A textual month could not be found", string, begin); in timelib_parse_from_format()
24055 add_pbf_error(s, "A two digit year could not be found", string, begin); in timelib_parse_from_format()
24063 add_pbf_error(s, "A four digit year could not be found", string, begin); in timelib_parse_from_format()
24070 add_pbf_error(s, "A two digit hour could not be found", string, begin); in timelib_parse_from_format()
24073 add_pbf_error(s, "Hour can not be higher than 12", string, begin); in timelib_parse_from_format()
24080 add_pbf_error(s, "A two digit hour could not be found", string, begin); in timelib_parse_from_format()
24086 add_pbf_error(s, "Meridian can only come after an hour has been found", string, begin); in timelib_parse_from_format()
24088 add_pbf_error(s, "A meridian could not be found", string, begin); in timelib_parse_from_format()
24101 add_pbf_error(s, "A two digit minute could not be found", string, begin); in timelib_parse_from_format()
24115 add_pbf_error(s, "A two digit second could not be found", string, begin); in timelib_parse_from_format()
24129 add_pbf_error(s, "A six digit millisecond could not be found", string, begin); in timelib_parse_from_format()
24162 add_pbf_error(s, "The timezone could not be found in the database", string, begin); in timelib_parse_from_format()
24171 add_pbf_error(s, "The separation symbol ([;:/.,-]) could not be found", string, begin); in timelib_parse_from_format()
24186 add_pbf_error(s, "The separation symbol could not be found", string, begin); in timelib_parse_from_format()
24204 add_pbf_error(s, "Escaped character expected", string, begin); in timelib_parse_from_format()
24211 add_pbf_error(s, "The escaped character could not be found", string, begin); in timelib_parse_from_format()
24225 add_pbf_error(s, "The format separator does not match", string, begin); in timelib_parse_from_format()
24235 add_pbf_error(s, "Trailing data", string, ptr); in timelib_parse_from_format()
24256 add_pbf_error(s, "Data missing", string, ptr); in timelib_parse_from_format()