Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/
H A Dpcre2_xclass.c136 int chartype; in PRIV() local
148 chartype = prop->chartype; in PRIV()
149 if ((chartype == ucp_Lu || chartype == ucp_Ll || in PRIV()
173 chartype = prop->chartype; in PRIV()
200 chartype = prop->chartype; in PRIV()
203 chartype == ucp_Mn || chartype == ucp_Pc) == isprop) in PRIV()
245 chartype = prop->chartype; in PRIV()
258 chartype = prop->chartype; in PRIV()
259 if ((chartype != ucp_Zl && in PRIV()
260 chartype != ucp_Zp && in PRIV()
[all …]
H A Dpcre2_dfa_match.c1187 chartype = prop->chartype; in internal_dfa_match()
1212 chartype = prop->chartype; in internal_dfa_match()
1237 chartype = prop->chartype; in internal_dfa_match()
1470 chartype = prop->chartype; in internal_dfa_match()
1494 chartype = prop->chartype; in internal_dfa_match()
1519 chartype = prop->chartype; in internal_dfa_match()
1735 chartype = prop->chartype; in internal_dfa_match()
1759 chartype = prop->chartype; in internal_dfa_match()
1784 chartype = prop->chartype; in internal_dfa_match()
2025 chartype = prop->chartype; 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.c2489 uint32_t chartype; in match() local
2500 chartype = prop->chartype; in match()
2501 if ((chartype == ucp_Lu || in match()
2533 chartype = prop->chartype; in match()
2560 chartype = prop->chartype; in match()
2747 int chartype; in match() local
2881 chartype == ucp_Mn || chartype == ucp_Pc) == notmatch) in match()
3538 int chartype; in match() local
4138 int chartype; in match() local
6288 chartype == ucp_Mn || chartype == ucp_Pc); in match()
[all …]
H A Dpcre2_script_run.c303 if (ucd->chartype == ucp_Nd) in PRIV()
H A Dpcre2_internal.h1854 uint8_t chartype; /* ucp_Cc, etc. (general categories) */ member
1884 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype
H A Dpcre2_jit_compile.c5289 SLJIT_ASSERT(record->script == ucp_Unknown && record->chartype == ucp_Cn && record->gbprop == ucp_g… in do_getucd()
5329 SLJIT_ASSERT(record->script == ucp_Unknown && record->chartype == ucp_Cn && record->gbprop == ucp_g… in do_getucdtype()
5356 …SLJIT_MOV, TMP1, 0, SLJIT_IMM, (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in do_getucdtype()
8154 …U8, TMP2, 0, SLJIT_MEM1(TMP2), (sljit_sw)PRIV(ucd_records) + SLJIT_OFFSETOF(ucd_record, chartype)); in compile_xclass_matchingpath()

Completed in 79 milliseconds