Home
last modified time | relevance | path

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

/php-src/ext/date/lib/
H A Dparse_date.re2192 bool prefix_found = false;
2233 if ((!prefix_found && *fptr != prefix_char) ||
2234 (prefix_found && *fptr == prefix_char)) {
2240 prefix_found = false;
2246 prefix_found = true;
2252 prefix_found = false;
H A Dparse_date.c25042 bool prefix_found = false; in timelib_parse_from_format_with_map() local
25083 if ((!prefix_found && *fptr != prefix_char) || in timelib_parse_from_format_with_map()
25084 (prefix_found && *fptr == prefix_char)) { in timelib_parse_from_format_with_map()
25090 prefix_found = false; in timelib_parse_from_format_with_map()
25096 prefix_found = true; in timelib_parse_from_format_with_map()
25102 prefix_found = false; in timelib_parse_from_format_with_map()

Completed in 51 milliseconds