Home
last modified time | relevance | path

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

/PHP-8.2/ext/date/lib/
H A Dparse_date.re2196 bool prefix_found = false;
2237 if ((!prefix_found && *fptr != prefix_char) ||
2238 (prefix_found && *fptr == prefix_char)) {
2244 prefix_found = false;
2250 prefix_found = true;
2256 prefix_found = false;
H A Dparse_date.c25046 bool prefix_found = false; in timelib_parse_from_format_with_map() local
25087 if ((!prefix_found && *fptr != prefix_char) || in timelib_parse_from_format_with_map()
25088 (prefix_found && *fptr == prefix_char)) { in timelib_parse_from_format_with_map()
25094 prefix_found = false; in timelib_parse_from_format_with_map()
25100 prefix_found = true; in timelib_parse_from_format_with_map()
25106 prefix_found = false; in timelib_parse_from_format_with_map()

Completed in 40 milliseconds