Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dparse_date.re2020 bool prefix_found = false;
2061 if ((!prefix_found && *fptr != prefix_char) ||
2062 (prefix_found && *fptr == prefix_char)) {
2068 prefix_found = false;
2074 prefix_found = true;
2080 prefix_found = false;
H A Dparse_date.c25128 bool prefix_found = false; in timelib_parse_from_format_with_map() local
25169 if ((!prefix_found && *fptr != prefix_char) || in timelib_parse_from_format_with_map()
25170 (prefix_found && *fptr == prefix_char)) { in timelib_parse_from_format_with_map()
25176 prefix_found = false; in timelib_parse_from_format_with_map()
25182 prefix_found = true; in timelib_parse_from_format_with_map()
25188 prefix_found = false; in timelib_parse_from_format_with_map()

Completed in 45 milliseconds