Searched refs:ucp_Lu (Results 1 – 7 of 7) sorted by relevance
/external/pcre/dist/ |
D | ucp.h | 43 ucp_Lu, /* Upper case letter */ enumerator
|
D | pcre_xclass.c | 145 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
|
D | pcre_tables.c | 184 ucp_Ll, ucp_Lu, 627 { 602, PT_PC, ucp_Lu },
|
D | pcre_dfa_exec.c | 1080 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_exec() 1338 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_exec() 1590 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_exec() 1867 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_exec()
|
D | pcre_exec.c | 2560 if ((prop->chartype == ucp_Lu || in match() 4182 if ((chartype == ucp_Lu || in match() 4915 if ((chartype == ucp_Lu || in match() 5433 if ((chartype == ucp_Lu || in match()
|
D | pcre_jit_compile.c | 4122 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary() 4166 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary() 5029 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - typeoffset); in compile_xclass_matchingpath() 5077 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in compile_xclass_matchingpath()
|
D | pcre_compile.c | 2783 return (prop->chartype == ucp_Lu || in check_char_prop()
|