Searched refs:ucp_Lt (Results 1 – 16 of 16) sorted by relevance
/third_party/glib/glib/update-pcre/ |
D | ucp.patch | 32 - prop->chartype == ucp_Lt) == negated; 35 + chartype == ucp_Lt) == negated; 96 - prop->chartype == ucp_Lt; 98 + chartype == ucp_Lt; 160 - prop->chartype == ucp_Lt; 162 + chartype == ucp_Lt; 224 - prop->chartype == ucp_Lt; 226 + chartype == ucp_Lt; 288 - prop->chartype == ucp_Lt; 290 + chartype == ucp_Lt; [all …]
|
/third_party/glib/glib/pcre/ |
D | pcre_xclass.c | 138 chartype == ucp_Lt) == (t == XCL_PROP)) return !negated; in PRIV()
|
D | ucp.h | 40 ucp_Lt = G_UNICODE_TITLECASE_LETTER, /* Title case letter */ enumerator
|
D | pcre_dfa_exec.c | 1070 chartype == ucp_Lt; in internal_dfa_exec() 1304 chartype == ucp_Lt; in internal_dfa_exec() 1551 chartype == ucp_Lt; in internal_dfa_exec() 1823 chartype == ucp_Lt; in internal_dfa_exec()
|
D | pcre_tables.c | 502 { 519, PT_PC, ucp_Lt },
|
D | pcre_exec.c | 2571 chartype == ucp_Lt) == (op == OP_NOTPROP)) in match() 4093 chartype == ucp_Lt) == prop_fail_result) in match() 4870 chartype == ucp_Lt) == prop_fail_result) in match() 5439 chartype == ucp_Lt) == prop_fail_result) in match()
|
D | pcre_compile.c | 2944 chartype == ucp_Lt) == negated; in check_char_prop()
|
D | pcre_jit_compile.c | 3215 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lt - typeoffset); in compile_xclass_trypath()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_ucp.h | 79 ucp_Lt, /* Title case letter */ enumerator
|
D | pcre2_xclass.c | 147 prop->chartype == ucp_Lt) == isprop) return !negated; in PRIV()
|
D | pcre2_dfa_match.c | 1181 prop->chartype == ucp_Lt; in internal_dfa_match() 1439 prop->chartype == ucp_Lt; in internal_dfa_match() 1680 prop->chartype == ucp_Lt; in internal_dfa_match() 1946 prop->chartype == ucp_Lt; in internal_dfa_match()
|
D | pcre2_auto_possess.c | 207 prop->chartype == ucp_Lt) == negated; in check_char_prop()
|
D | pcre2_match.c | 2434 prop->chartype == ucp_Lt) == (Fop == OP_NOTPROP)) in match() 2655 chartype == ucp_Lt) == (Lctype == OP_NOTPROP)) in match() 3387 chartype == ucp_Lt) == (Lctype == OP_NOTPROP)) in match() 3913 chartype == ucp_Lt) == (Lctype == OP_NOTPROP)) in match()
|
D | pcre2_tables.c | 744 { 749, PT_PC, ucp_Lt },
|
D | pcre2_jit_compile.c | 7877 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lt - typeoffset); in compile_xclass_matchingpath()
|
/third_party/pcre2/pcre2/maint/ |
D | ucptest.c | 289 case ucp_Lt: fulltypename = US"Title case letter"; break; in print_prop()
|