Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_xclass.c145 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 Dpcre_exec.c4181 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 Dpcre_compile.c2836 return (prop->chartype == ucp_Lu || in check_char_prop()
2837 prop->chartype == ucp_Ll || in check_char_prop()
2838 prop->chartype == ucp_Lt) == negated; in check_char_prop()
2841 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
2844 return (pdata == prop->chartype) == negated; in check_char_prop()
2852 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2853 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
2868 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
2873 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2874 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
H A Dpcre_internal.h2767 pcre_uint8 chartype; /* ucp_Cc, etc. (general categories) */ member
2791 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype
H A Dpcre_jit_compile.c3078 …SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in do_getucd()

Completed in 103 milliseconds