Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c142 if (isalpha(i)) x += ctype_letter;
H A Dpcre2_internal.h581 #define ctype_letter 0x02 macro
H A Dpcre2_compile.c2102 else if (MAX_255(c) && (cb->ctypes[c] & ctype_letter) != 0) in get_ucp()
5927 (cb->ctypes[c] & ctype_letter) != 0 && in compile_branch()
5928 (cb->ctypes[d] & ctype_letter) != 0 && in compile_branch()

Completed in 42 milliseconds