Lines Matching refs:add_pbf_error

372 static void add_pbf_error(Scanner *s, char *error, char *sptr, char *cptr)
1817 add_pbf_error(s, "Unexpected data found.", string, begin); \
1822 add_pbf_error(s, "Unexpected data found.", string, begin); \
1892 add_pbf_error(s, "A textual day could not be found", string, begin);
1906 add_pbf_error(s, "A two digit day could not be found", string, begin);
1915 add_pbf_error(s, "A three digit day-of-year could not be found", string, begin);
1927 add_pbf_error(s, "A two digit month could not be found", string, begin);
1934 add_pbf_error(s, "A textual month could not be found", string, begin);
1944 add_pbf_error(s, "A two digit year could not be found", string, begin);
1952 add_pbf_error(s, "A four digit year could not be found", string, begin);
1959 add_pbf_error(s, "A two digit hour could not be found", string, begin);
1962 add_pbf_error(s, "Hour can not be higher than 12", string, begin);
1969 add_pbf_error(s, "A two digit hour could not be found", string, begin);
1975 add_pbf_error(s, "Meridian can only come after an hour has been found", string, begin);
1977 add_pbf_error(s, "A meridian could not be found", string, begin);
1990 add_pbf_error(s, "A two digit minute could not be found", string, begin);
2004 add_pbf_error(s, "A two digit second could not be found", string, begin);
2018 add_pbf_error(s, "A six digit millisecond could not be found", string, begin);
2051 add_pbf_error(s, "The timezone could not be found in the database", string, begin);
2060 add_pbf_error(s, "The separation symbol ([;:/.,-]) could not be found", string, begin);
2075 add_pbf_error(s, "The separation symbol could not be found", string, begin);
2093 add_pbf_error(s, "Escaped character expected", string, begin);
2100 add_pbf_error(s, "The escaped character could not be found", string, begin);
2114 add_pbf_error(s, "The format separator does not match", string, begin);
2124 add_pbf_error(s, "Trailing data", string, ptr);
2145 add_pbf_error(s, "Data missing", string, ptr);