Home
last modified time | relevance | path

Searched refs:ucp_Lt (Results 1 – 16 of 16) sorted by relevance

/third_party/glib/glib/update-pcre/
Ducp.patch32 - 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/
Dpcre_xclass.c138 chartype == ucp_Lt) == (t == XCL_PROP)) return !negated; in PRIV()
Ducp.h40 ucp_Lt = G_UNICODE_TITLECASE_LETTER, /* Title case letter */ enumerator
Dpcre_dfa_exec.c1070 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()
Dpcre_tables.c502 { 519, PT_PC, ucp_Lt },
Dpcre_exec.c2571 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()
Dpcre_compile.c2944 chartype == ucp_Lt) == negated; in check_char_prop()
Dpcre_jit_compile.c3215 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/
Dpcre2_ucp.h79 ucp_Lt, /* Title case letter */ enumerator
Dpcre2_xclass.c147 prop->chartype == ucp_Lt) == isprop) return !negated; in PRIV()
Dpcre2_dfa_match.c1181 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()
Dpcre2_auto_possess.c207 prop->chartype == ucp_Lt) == negated; in check_char_prop()
Dpcre2_match.c2434 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()
Dpcre2_tables.c744 { 749, PT_PC, ucp_Lt },
Dpcre2_jit_compile.c7877 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/
Ducptest.c289 case ucp_Lt: fulltypename = US"Title case letter"; break; in print_prop()