Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_compile.c408 #define IS_DIGIT(x) ((x) >= CHAR_0 && (x) <= CHAR_9) macro
1344 if (ptr >= ptrend || !IS_DIGIT(*ptr)) return FALSE; in read_number()
1345 while (ptr < ptrend && IS_DIGIT(*ptr)) in read_number()
1422 if (IS_DIGIT(c)) continue; in read_repeat_counts()
2436 if (is_group && IS_DIGIT(*ptr)) in read_name()
4195 if (ptrend - ptr < 2 || !IS_DIGIT(ptr[1])) in parse_regex()
4326 while (ptr < ptrend && IS_DIGIT(*ptr)) in parse_regex()
4443 if (IS_DIGIT(*ptr)) minor += *ptr++ - CHAR_0; in parse_regex()
4501 if (!IS_DIGIT(name[i])) break; in parse_regex()
9984 if (!IS_DIGIT(ptr[pp])) in pcre2_compile()
[all …]

Completed in 38 milliseconds