Lines Matching refs:add_pbf_error

366 static void add_pbf_error(Scanner *s, int error_code, char *error, char *sptr, char *cptr)  in add_pbf_error()  function
25017 add_pbf_error(s, TIMELIB_ERR_UNEXPECTED_DATA, "Unexpected data found.", string, begin); \
25022 add_pbf_error(s, TIMELIB_ERR_UNEXPECTED_DATA, "Unexpected data found.", string, begin); \
25172add_pbf_error(s, TIMELIB_ERR_FORMAT_LITERAL_MISMATCH, "Format literal not found", string, begin); in timelib_parse_from_format_with_map()
25199add_pbf_error(s, TIMELIB_ERR_NO_TEXTUAL_DAY, "A textual day could not be found", string, begin); in timelib_parse_from_format_with_map()
25213add_pbf_error(s, TIMELIB_ERR_NO_TWO_DIGIT_DAY, "A two digit day could not be found", string, begin… in timelib_parse_from_format_with_map()
25222add_pbf_error(s, TIMELIB_ERR_NO_THREE_DIGIT_DAY_OF_YEAR, "A three digit day-of-year could not be f… in timelib_parse_from_format_with_map()
25234add_pbf_error(s, TIMELIB_ERR_NO_TWO_DIGIT_MONTH, "A two digit month could not be found", string, b… in timelib_parse_from_format_with_map()
25241add_pbf_error(s, TIMELIB_ERR_NO_TEXTUAL_MONTH, "A textual month could not be found", string, begin… in timelib_parse_from_format_with_map()
25251add_pbf_error(s, TIMELIB_ERR_NO_TWO_DIGIT_YEAR, "A two digit year could not be found", string, beg… in timelib_parse_from_format_with_map()
25259add_pbf_error(s, TIMELIB_ERR_NO_FOUR_DIGIT_YEAR, "A four digit year could not be found", string, b… in timelib_parse_from_format_with_map()
25266add_pbf_error(s, TIMELIB_ERR_NO_TWO_DIGIT_HOUR, "A two digit hour could not be found", string, beg… in timelib_parse_from_format_with_map()
25269add_pbf_error(s, TIMELIB_ERR_HOUR_LARGER_THAN_12, "Hour can not be higher than 12", string, begin); in timelib_parse_from_format_with_map()
25276add_pbf_error(s, TIMELIB_ERR_NO_TWO_DIGIT_HOUR, "A two digit hour could not be found", string, beg… in timelib_parse_from_format_with_map()
25281add_pbf_error(s, TIMELIB_ERR_MERIDIAN_BEFORE_HOUR, "Meridian can only come after an hour has been … in timelib_parse_from_format_with_map()
25283 add_pbf_error(s, TIMELIB_ERR_NO_MERIDIAN, "A meridian could not be found", string, begin); in timelib_parse_from_format_with_map()
25296add_pbf_error(s, TIMELIB_ERR_NO_TWO_DIGIT_MINUTE, "A two digit minute could not be found", string,… in timelib_parse_from_format_with_map()
25310add_pbf_error(s, TIMELIB_ERR_NO_TWO_DIGIT_SECOND, "A two digit second could not be found", string,… in timelib_parse_from_format_with_map()
25324add_pbf_error(s, TIMELIB_ERR_NO_SIX_DIGIT_MICROSECOND, "A six digit microsecond could not be found… in timelib_parse_from_format_with_map()
25338add_pbf_error(s, TIMELIB_ERR_NO_THREE_DIGIT_MILLISECOND, "A three digit millisecond could not be f… in timelib_parse_from_format_with_map()
25365add_pbf_error(s, TIMELIB_ERR_NO_SEP_SYMBOL, "The separation symbol ([;:/.,-]) could not be found",… in timelib_parse_from_format_with_map()
25373add_pbf_error(s, TIMELIB_ERR_NO_SEP_SYMBOL, "The separation symbol could not be found", string, be… in timelib_parse_from_format_with_map()
25391add_pbf_error(s, TIMELIB_ERR_EXPECTED_ESCAPE_CHAR, "Escaped character expected", string, begin); in timelib_parse_from_format_with_map()
25398add_pbf_error(s, TIMELIB_ERR_NO_ESCAPED_CHAR, "The escaped character could not be found", string, … in timelib_parse_from_format_with_map()
25411add_pbf_error(s, TIMELIB_ERR_NO_FOUR_DIGIT_YEAR_ISO, "A four digit ISO year could not be found", s… in timelib_parse_from_format_with_map()
25416add_pbf_error(s, TIMELIB_ERR_NO_TWO_DIGIT_WEEK, "A two digit ISO week could not be found", string,… in timelib_parse_from_format_with_map()
25420 add_pbf_error(s, TIMELIB_ERR_INVALID_WEEK, "ISO Week must be between 1 and 53", string, begin); in timelib_parse_from_format_with_map()
25425add_pbf_error(s, TIMELIB_ERR_NO_DAY_OF_WEEK, "A single digit day of week could not be found", stri… in timelib_parse_from_format_with_map()
25428add_pbf_error(s, TIMELIB_ERR_INVALID_DAY_OF_WEEK, "Day of week must be between 1 and 7", string, b… in timelib_parse_from_format_with_map()
25437add_pbf_error(s, TIMELIB_ERR_TZID_NOT_FOUND, "The timezone could not be found in the database", st… in timelib_parse_from_format_with_map()
25444add_pbf_error(s, TIMELIB_ERR_INVALID_TZ_OFFSET, "Invalid timezone offset in minutes", string, begi… in timelib_parse_from_format_with_map()
25450add_pbf_error(s, TIMELIB_ERR_WRONG_FORMAT_SEP, "The format separator does not match", string, begi… in timelib_parse_from_format_with_map()
25460 add_pbf_error(s, TIMELIB_ERR_TRAILING_DATA, "Trailing data", string, ptr); in timelib_parse_from_format_with_map()
25480 add_pbf_error(s, TIMELIB_ERR_DATA_MISSING, "Data missing", string, ptr); in timelib_parse_from_format_with_map()
25505add_pbf_error(s, TIMELIB_ERR_MIX_ISO_WITH_NATURAL, "Mixing of ISO dates with natural dates is not … in timelib_parse_from_format_with_map()
25508add_pbf_error(s, TIMELIB_ERR_MIX_ISO_WITH_NATURAL, "Mixing of ISO dates with natural dates is not … in timelib_parse_from_format_with_map()