Home
last modified time | relevance | path

Searched refs:ucp_Lu (Results 1 – 9 of 9) sorted by relevance

/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_ucp.h80 ucp_Lu, /* Upper case letter */ enumerator
H A Dpcre2_xclass.c146 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
H A Dpcre2_substitute.c697 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
799 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
H A Dpcre2_dfa_match.c1166 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1424 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1665 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1931 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
H A Dpcre2_tables.c215 ucp_Ll, ucp_Lu,
712 { 688, PT_PC, ucp_Lu },
H A Dpcre2_auto_possess.c205 return (prop->chartype == ucp_Lu || in check_char_prop()
H A Dpcre2_match.c2357 if ((prop->chartype == ucp_Lu || in match()
2578 if ((chartype == ucp_Lu || in match()
3310 if ((chartype == ucp_Lu || in match()
3836 if ((chartype == ucp_Lu || in match()
H A Dpcre2_jit_compile.c5615 OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
5659 OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
6788 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - typeoffset); in compile_xclass_matchingpath()
6837 … OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in compile_xclass_matchingpath()
H A Dpcre2_compile.c679 PT_PC, ucp_Lu, /* upper */

Completed in 107 milliseconds