Searched refs:ucp_Ll (Results 1 - 7 of 7) sorted by relevance

/external/pcre/dist/
H A Ducp.h39 ucp_Ll, /* Lower case letter */ enumerator in enum:__anon28513
H A Dpcre_xclass.c145 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
H A Dpcre_tables.c184 ucp_Ll, ucp_Lu,
623 { 590, PT_PC, ucp_Ll },
H A Dpcre_dfa_exec.c1080 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
1338 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
1590 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
1867 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
H A Dpcre_jit_compile.c4121 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll);
4122 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll);
4124 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll);
4165 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Ll);
4166 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll);
4168 OP2(SLJIT_SUB, TMP1, 0, TMP1, 0, SLJIT_IMM, ucp_Nd - ucp_Ll);
5031 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Ll - typeoffset);
5076 SET_TYPE_OFFSET(ucp_Ll);
5077 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - ucp_Ll);
5157 SET_TYPE_OFFSET(ucp_Ll);
[all...]
H A Dpcre_exec.c2561 prop->chartype == ucp_Ll ||
4183 chartype == ucp_Ll ||
4916 chartype == ucp_Ll ||
5434 chartype == ucp_Ll ||
H A Dpcre_compile.c2784 prop->chartype == ucp_Ll ||

Completed in 294 milliseconds