Home
last modified time | relevance | path

Searched refs:end_year (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/glib/
Dgtimezone.c1175 const guint end_year = rules[ri + 1].start_year; in init_zone_from_rules() local
1195 for (year = start_year; year < end_year; year++) in init_zone_from_rules()
/third_party/grpc/third_party/upb/generated_for_cmake/upb/json/
Dparser.c1572 static bool end_year(upb_json_parser *p, const char *ptr) { in end_year() function
2980 { CHECK_RETURN_TOP(end_year(parser, p)); } in parse()
/third_party/grpc/third_party/upb/cmake/upb/json/
Dparser.c1572 static bool end_year(upb_json_parser *p, const char *ptr) { in end_year() function
2980 { CHECK_RETURN_TOP(end_year(parser, p)); } in parse()
/third_party/grpc/third_party/upb/upb/json/
Dparser.rl1570 static bool end_year(upb_json_parser *p, const char *ptr) {
2625 %{ CHECK_RETURN_TOP(end_year(parser, p)); }
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c10516 static bool end_year(upb_json_parser *p, const char *ptr) { in end_year() function
11933 { CHECK_RETURN_TOP(end_year(parser, p)); } in parse()