Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c147 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
171 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
197 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
241 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
242 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
243 (prop->chartype == ucp_Cf && in PRIV()
253 if ((prop->chartype != ucp_Zl && in PRIV()
254 prop->chartype != ucp_Zp && in PRIV()
255 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
256 (prop->chartype == ucp_Cf && in PRIV()
[all …]
H A Dpcre2_dfa_match.c1180 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1181 prop->chartype == ucp_Lt; in internal_dfa_match()
1189 OK = prop->chartype == code[2]; in internal_dfa_match()
1452 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1453 prop->chartype == ucp_Lt; in internal_dfa_match()
1461 OK = prop->chartype == code[3]; in internal_dfa_match()
1707 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1708 prop->chartype == ucp_Lt; in internal_dfa_match()
1716 OK = prop->chartype == code[3]; in internal_dfa_match()
1987 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
[all …]
H A Dpcre2_auto_possess.c209 return (prop->chartype == ucp_Lu || in check_char_prop()
210 prop->chartype == ucp_Ll || in check_char_prop()
211 prop->chartype == ucp_Lt) == negated; in check_char_prop()
214 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
217 return (pdata == prop->chartype) == negated; in check_char_prop()
230 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
231 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
246 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
251 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
252 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
H A Dpcre2_match.c2448 if ((prop->chartype == ucp_Lu || in match()
2449 prop->chartype == ucp_Ll || in match()
2684 int chartype; in match() local
2692 if ((chartype == ucp_Lu || in match()
2693 chartype == ucp_Ll || in match()
3467 int chartype; in match() local
3478 if ((chartype == ucp_Lu || in match()
3479 chartype == ucp_Ll || in match()
4058 int chartype; in match() local
4067 if ((chartype == ucp_Lu || in match()
[all …]
H A Dpcre2_script_run.c303 if (ucd->chartype == ucp_Nd) in PRIV()
H A Dpcre2_internal.h1820 uint8_t chartype; /* ucp_Cc, etc. (general categories) */ member
1850 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype
H A Dpcre2_jit_compile.c5137 SLJIT_ASSERT(record->script == ucp_Unknown && record->chartype == ucp_Cn && record->gbprop == ucp_g… in do_getucd()
5177 SLJIT_ASSERT(record->script == ucp_Unknown && record->chartype == ucp_Cn && record->gbprop == ucp_g… in do_getucdtype()
5204 …SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in do_getucdtype()
7949 … typereg, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in compile_xclass_matchingpath()

Completed in 69 milliseconds