Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_compile.c1351 while (ptr < ptrend && IS_DIGIT(*ptr)) in read_number()
1430 if (pp < ptrend && IS_DIGIT(*pp)) in read_repeat_counts()
1433 while (++pp < ptrend && IS_DIGIT(*pp)) {} in read_repeat_counts()
1448 if (IS_DIGIT(*pp)) in read_repeat_counts()
1450 while (++pp < ptrend && IS_DIGIT(*pp)) {} in read_repeat_counts()
2523 if (is_group && IS_DIGIT(*ptr)) in read_name()
4406 if (ptrend - ptr < 2 || !IS_DIGIT(ptr[1])) in parse_regex()
4537 while (ptr < ptrend && IS_DIGIT(*ptr)) in parse_regex()
4712 if (!IS_DIGIT(name[i])) break; in parse_regex()
10349 if (!IS_DIGIT(ptr[pp])) in pcre2_compile()
[all …]

Completed in 37 milliseconds