Home
last modified time | relevance | path

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

/external/pcre/dist/
Ducp.h43 ucp_Lu, /* Upper case letter */ enumerator
Dpcre_xclass.c145 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
Dpcre_tables.c184 ucp_Ll, ucp_Lu,
627 { 602, PT_PC, ucp_Lu },
Dpcre_dfa_exec.c1080 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()
Dpcre_exec.c2560 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()
Dpcre_jit_compile.c4122 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()
Dpcre_compile.c2783 return (prop->chartype == ucp_Lu || in check_char_prop()