Searched refs:chartype (Results 1 – 5 of 5) sorted by relevance
/PHP-7.2/ext/pcre/pcrelib/ |
H A D | pcre_xclass.c | 145 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV() 163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV() 189 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV() 222 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV() 223 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV() 224 (prop->chartype == ucp_Cf && in PRIV() 234 if ((prop->chartype != ucp_Zl && in PRIV() 235 prop->chartype != ucp_Zp && in PRIV() 236 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV() 237 (prop->chartype == ucp_Cf && in PRIV() [all …]
|
H A D | pcre_exec.c | 4181 int chartype; in match() local 4188 chartype = UCD_CHARTYPE(c); in match() 4189 if ((chartype == ucp_Lu || in match() 4190 chartype == ucp_Ll || in match() 4911 int chartype; in match() local 4921 chartype = UCD_CHARTYPE(c); in match() 4922 if ((chartype == ucp_Lu || in match() 4923 chartype == ucp_Ll || in match() 5431 int chartype; in match() local 5440 if ((chartype == ucp_Lu || in match() [all …]
|
H A D | pcre_compile.c | 2837 return (prop->chartype == ucp_Lu || in check_char_prop() 2838 prop->chartype == ucp_Ll || in check_char_prop() 2839 prop->chartype == ucp_Lt) == negated; in check_char_prop() 2842 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop() 2845 return (pdata == prop->chartype) == negated; in check_char_prop() 2853 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop() 2854 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop() 2869 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop() 2874 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop() 2875 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
|
H A D | pcre_internal.h | 2763 pcre_uint8 chartype; /* ucp_Cc, etc. (general categories) */ member 2796 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype
|
H A D | pcre_jit_compile.c | 3289 SLJIT_ASSERT(record->script == ucp_Common && record->chartype == ucp_Cn && record->gbprop == ucp_gb… in do_getucd() 3313 …SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in do_getucd() 5718 …SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in compile_xclass_matchingpath() 5724 …URN_ADDR, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in compile_xclass_matchingpath()
|
Completed in 61 milliseconds