Searched refs:ucp_Lu (Results 1 – 9 of 9) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_ucp.h | 80 ucp_Lu, /* Upper case letter */ enumerator
|
D | pcre2_xclass.c | 146 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
|
D | pcre2_substitute.c | 766 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute() 868 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
|
D | pcre2_dfa_match.c | 1180 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() 1438 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() 1679 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match() 1945 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
|
D | pcre2_tables.c | 215 ucp_Ll, ucp_Lu, 734 { 739, PT_PC, ucp_Lu },
|
D | pcre2_auto_possess.c | 205 return (prop->chartype == ucp_Lu || in check_char_prop()
|
D | pcre2_match.c | 2430 if ((prop->chartype == ucp_Lu || in match() 2651 if ((chartype == ucp_Lu || in match() 3383 if ((chartype == ucp_Lu || in match() 3909 if ((chartype == ucp_Lu || in match()
|
D | pcre2_jit_compile.c | 6603 OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary() 6649 OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary() 7804 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - typeoffset); in compile_xclass_matchingpath() 7853 … OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in compile_xclass_matchingpath()
|
D | pcre2_compile.c | 746 PT_PC, ucp_Lu, /* upper */
|