Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c1249 OK = UCD_BIDICLASS(c) == code[2]; in internal_dfa_match()
1521 OK = UCD_BIDICLASS(c) == code[3]; in internal_dfa_match()
1776 OK = UCD_BIDICLASS(c) == code[3]; in internal_dfa_match()
2057 OK = UCD_BIDICLASS(c) == code[1 + IMM2_SIZE + 2]; in internal_dfa_match()
H A Dpcre2_internal.h1858 #define UCD_BIDICLASS(ch) UCD_BIDICLASS_PROP(GET_UCD(ch)) macro
H A Dpcre2_match.c2874 if ((UCD_BIDICLASS(fc) == Lpropvalue) == notmatch) in match()
3691 if ((UCD_BIDICLASS(fc) == Lpropvalue) == (Lctype == OP_NOTPROP)) in match()
4261 if ((UCD_BIDICLASS(fc) == Lpropvalue) == notmatch) break; in match()

Completed in 33 milliseconds