Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c146 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 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()
1438 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1439 prop->chartype == ucp_Lt; in internal_dfa_match()
1447 OK = prop->chartype == code[3]; in internal_dfa_match()
1679 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1680 prop->chartype == ucp_Lt; in internal_dfa_match()
1688 OK = prop->chartype == code[3]; in internal_dfa_match()
1945 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
[all …]
H A Dpcre2_auto_possess.c205 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 Dpcre2_match.c2430 if ((prop->chartype == ucp_Lu || in match()
2431 prop->chartype == ucp_Ll || in match()
2643 int chartype; in match() local
2651 if ((chartype == ucp_Lu || in match()
2652 chartype == ucp_Ll || in match()
3372 int chartype; in match() local
3383 if ((chartype == ucp_Lu || in match()
3384 chartype == ucp_Ll || in match()
3900 int chartype; in match() local
3909 if ((chartype == ucp_Lu || in match()
[all …]
H A Dpcre2_script_run.c399 if (ucd->chartype == ucp_Nd) in PRIV()
H A Dpcre2_internal.h1796 uint8_t chartype; /* ucp_Cc, etc. (general categories) */ member
1818 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype
H A Dpcre2_jit_compile.c5059 SLJIT_ASSERT(record->script == ucp_Unknown && record->chartype == ucp_Cn && record->gbprop == ucp_g… in do_getucd()
5099 SLJIT_ASSERT(record->script == ucp_Unknown && record->chartype == ucp_Cn && record->gbprop == ucp_g… in do_getucdtype()
5126 …SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in do_getucdtype()
7609 …U8, TMP1, 0, SLJIT_MEM1(TMP1), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in compile_xclass_matchingpath()
7617 …URN_ADDR, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in compile_xclass_matchingpath()
7633 …U8, TMP1, 0, SLJIT_MEM1(TMP1), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in compile_xclass_matchingpath()
7640 …URN_ADDR, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in compile_xclass_matchingpath()

Completed in 90 milliseconds