Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_ucp.h80 ucp_Lu, /* Upper case letter */ enumerator
Dpcre2_xclass.c146 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
Dpcre2_substitute.c667 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
769 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
Dpcre2_dfa_match.c1025 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1283 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1535 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1812 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
Dpcre2_tables.c204 ucp_Ll, ucp_Lu,
662 { 636, PT_PC, ucp_Lu },
Dpcre2_auto_possess.c205 return (prop->chartype == ucp_Lu || in check_char_prop()
Dpcre2_match.c2645 if ((prop->chartype == ucp_Lu || in match()
4279 if ((chartype == ucp_Lu || in match()
5012 if ((chartype == ucp_Lu || in match()
5530 if ((chartype == ucp_Lu || in match()
Dpcre2_jit_compile.c4862 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
4906 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
5819 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - typeoffset); in compile_xclass_matchingpath()
5868 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in compile_xclass_matchingpath()