Searched refs:ucp_Ll (Results 1 - 7 of 7) sorted by relevance
/forgerock/web-agents-v4/pcre/ |
H A D | ucp.h | 39 ucp_Ll, /* Lower case letter */ enumerator in enum:__anon65
|
H A D | pcre_xclass.c | 145 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
|
H A D | pcre_tables.c | 184 ucp_Ll, ucp_Lu, 623 { 590, PT_PC, ucp_Ll },
|
H A D | pcre_dfa_exec.c | 1080 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 D | pcre_jit_compile.c | 4121 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 D | pcre_exec.c | 2561 prop->chartype == ucp_Ll || 4183 chartype == ucp_Ll || 4916 chartype == ucp_Ll || 5434 chartype == ucp_Ll ||
|
H A D | pcre_compile.c | 2788 prop->chartype == ucp_Ll ||
|
Completed in 106 milliseconds