Home
last modified time | relevance | path

Searched refs:prefix_found (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/date/lib/
H A Dparse_date.re2017 bool prefix_found = false;
2058 if ((!prefix_found && *fptr != prefix_char) ||
2059 (prefix_found && *fptr == prefix_char)) {
2065 prefix_found = false;
2071 prefix_found = true;
2077 prefix_found = false;
H A Dparse_date.c22333 bool prefix_found = false; in timelib_parse_from_format_with_map() local
22374 if ((!prefix_found && *fptr != prefix_char) || in timelib_parse_from_format_with_map()
22375 (prefix_found && *fptr == prefix_char)) { in timelib_parse_from_format_with_map()
22381 prefix_found = false; in timelib_parse_from_format_with_map()
22387 prefix_found = true; in timelib_parse_from_format_with_map()
22393 prefix_found = false; in timelib_parse_from_format_with_map()

Completed in 31 milliseconds