Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/maint/
Ducptest.c362 int script = UCD_SCRIPT(c); in print_prop()
755 if (script >= 0 && (script == UCD_SCRIPT(c)) == script_not) continue; in find_chars()
/third_party/pcre2/pcre2/src/
Dpcre2_internal.h1852 #define UCD_SCRIPT(ch) GET_UCD(ch)->script macro
Dpcre2_match.c2722 if ((UCD_SCRIPT(fc) == Lpropvalue) == notmatch) in match()
3517 if ((UCD_SCRIPT(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
4101 if ((UCD_SCRIPT(fc) == Lpropvalue) == notmatch) break; in match()