Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c222 if ((UCD_BIDICLASS_PROP(prop) == data[1]) == isprop) in PRIV()
H A Dpcre2_internal.h1881 #define UCD_BIDICLASS_PROP(prop) ((prop)->scriptx_bidiclass >> UCD_BIDICLASS_SHIFT) macro
1892 #define UCD_BIDICLASS(ch) UCD_BIDICLASS_PROP(GET_UCD(ch))
H A Dpcre2_match.c2594 if ((UCD_BIDICLASS_PROP(prop) == Fecode[2]) == notmatch) in match()

Completed in 42 milliseconds