Lines Matching refs:add_pbf_error

385 static void add_pbf_error(Scanner *s, char *error, char *sptr, char *cptr)
1860 add_pbf_error(s, "Unexpected data found.", string, begin); \
1865 add_pbf_error(s, "Unexpected data found.", string, begin); \
1935 add_pbf_error(s, "A textual day could not be found", string, begin);
1949 add_pbf_error(s, "A two digit day could not be found", string, begin);
1958 add_pbf_error(s, "A three digit day-of-year could not be found", string, begin);
1970 add_pbf_error(s, "A two digit month could not be found", string, begin);
1977 add_pbf_error(s, "A textual month could not be found", string, begin);
1987 add_pbf_error(s, "A two digit year could not be found", string, begin);
1995 add_pbf_error(s, "A four digit year could not be found", string, begin);
2002 add_pbf_error(s, "A two digit hour could not be found", string, begin);
2005 add_pbf_error(s, "Hour can not be higher than 12", string, begin);
2012 add_pbf_error(s, "A two digit hour could not be found", string, begin);
2018 add_pbf_error(s, "Meridian can only come after an hour has been found", string, begin);
2020 add_pbf_error(s, "A meridian could not be found", string, begin);
2033 add_pbf_error(s, "A two digit minute could not be found", string, begin);
2047 add_pbf_error(s, "A two digit second could not be found", string, begin);
2061 add_pbf_error(s, "A six digit millisecond could not be found", string, begin);
2093 add_pbf_error(s, "The timezone could not be found in the database", string, begin);
2102 add_pbf_error(s, "The separation symbol ([;:/.,-]) could not be found", string, begin);
2117 add_pbf_error(s, "The separation symbol could not be found", string, begin);
2135 add_pbf_error(s, "Escaped character expected", string, begin);
2142 add_pbf_error(s, "The escaped character could not be found", string, begin);
2156 add_pbf_error(s, "The format separator does not match", string, begin);
2166 add_pbf_error(s, "Trailing data", string, ptr);
2187 add_pbf_error(s, "Data missing", string, ptr);