Searched refs:chartype (Results 1 – 6 of 6) sorted by relevance
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_xclass.c | 146 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV() 164 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV() 190 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV() 223 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV() 224 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV() 225 (prop->chartype == ucp_Cf && in PRIV() 235 if ((prop->chartype != ucp_Zl && in PRIV() 236 prop->chartype != ucp_Zp && in PRIV() 237 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV() 238 (prop->chartype == ucp_Cf && in PRIV() [all …]
|
H A D | pcre2_dfa_match.c | 1166 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() 1167 prop->chartype == ucp_Lt; in internal_dfa_match() 1175 OK = prop->chartype == code[2]; in internal_dfa_match() 1424 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() 1425 prop->chartype == ucp_Lt; in internal_dfa_match() 1433 OK = prop->chartype == code[3]; in internal_dfa_match() 1665 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() 1666 prop->chartype == ucp_Lt; in internal_dfa_match() 1674 OK = prop->chartype == code[3]; in internal_dfa_match() 1931 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() [all …]
|
H A D | pcre2_auto_possess.c | 205 return (prop->chartype == ucp_Lu || in check_char_prop() 206 prop->chartype == ucp_Ll || in check_char_prop() 207 prop->chartype == ucp_Lt) == negated; in check_char_prop() 210 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop() 213 return (pdata == prop->chartype) == negated; in check_char_prop() 221 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop() 222 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop() 237 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop() 242 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop() 243 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
|
H A D | pcre2_match.c | 2357 if ((prop->chartype == ucp_Lu || in match() 2358 prop->chartype == ucp_Ll || in match() 2570 int chartype; in match() local 2578 if ((chartype == ucp_Lu || in match() 2579 chartype == ucp_Ll || in match() 3299 int chartype; in match() local 3310 if ((chartype == ucp_Lu || in match() 3311 chartype == ucp_Ll || in match() 3827 int chartype; in match() local 3836 if ((chartype == ucp_Lu || in match() [all …]
|
H A D | pcre2_internal.h | 1746 uint8_t chartype; /* ucp_Cc, etc. (general categories) */ member 1766 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype
|
H A D | pcre2_jit_compile.c | 3657 SLJIT_ASSERT(record->script == ucp_Common && record->chartype == ucp_Cn && record->gbprop == ucp_gb… in do_getucd() 3682 …SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in do_getucd() 6697 …SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in compile_xclass_matchingpath() 6703 …URN_ADDR, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in compile_xclass_matchingpath()
|
Completed in 70 milliseconds