Home
last modified time | relevance | path

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

/third_party/glib/glib/update-pcre/
Ducp.patch30 - return (prop->chartype == ucp_Lu ||
33 + return (chartype == ucp_Lu ||
95 - OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
97 + OK = chartype == ucp_Lu || chartype == ucp_Ll ||
159 - OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
161 + OK = chartype == ucp_Lu || chartype == ucp_Ll ||
223 - OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
225 + OK = chartype == ucp_Lu || chartype == ucp_Ll ||
287 - OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll ||
289 + OK = chartype == ucp_Lu || chartype == ucp_Ll ||
[all …]
/third_party/glib/glib/pcre/
Dpcre_xclass.c137 if ((chartype == ucp_Lu || chartype == ucp_Ll || in PRIV()
Ducp.h41 ucp_Lu = G_UNICODE_UPPERCASE_LETTER, /* Upper case letter */ enumerator
Dpcre_tables.c116 ucp_Ll, ucp_Lu,
503 { 522, PT_PC, ucp_Lu },
Dpcre_dfa_exec.c1069 OK = chartype == ucp_Lu || chartype == ucp_Ll || in internal_dfa_exec()
1303 OK = chartype == ucp_Lu || chartype == ucp_Ll || in internal_dfa_exec()
1550 OK = chartype == ucp_Lu || chartype == ucp_Ll || in internal_dfa_exec()
1822 OK = chartype == ucp_Lu || chartype == ucp_Ll || in internal_dfa_exec()
Dpcre_exec.c2569 if ((chartype == ucp_Lu || in match()
4091 if ((chartype == ucp_Lu || in match()
4868 if ((chartype == ucp_Lu || in match()
5437 if ((chartype == ucp_Lu || in match()
Dpcre_jit_compile.c2487 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
2531 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
3211 OP2(SLJIT_SUB | SLJIT_SET_E, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - typeoffset); in compile_xclass_trypath()
3260 OP2(SLJIT_SUB | SLJIT_SET_U, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in compile_xclass_trypath()
Dpcre_compile.c2942 return (chartype == ucp_Lu || in check_char_prop()
/third_party/pcre2/pcre2/src/
Dpcre2_ucp.h80 ucp_Lu, /* Upper case letter */ enumerator
Dpcre2_xclass.c146 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
Dpcre2_substitute.c766 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
868 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
Dpcre2_dfa_match.c1180 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1438 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1679 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
1945 OK = prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in internal_dfa_match()
Dpcre2_tables.c215 ucp_Ll, ucp_Lu,
745 { 752, PT_PC, ucp_Lu },
Dpcre2_auto_possess.c205 return (prop->chartype == ucp_Lu || in check_char_prop()
Dpcre2_match.c2432 if ((prop->chartype == ucp_Lu || in match()
2653 if ((chartype == ucp_Lu || in match()
3385 if ((chartype == ucp_Lu || in match()
3911 if ((chartype == ucp_Lu || in match()
Dpcre2_jit_compile.c6672 OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
6718 OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, TMP1, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in check_wordboundary()
7873 OP2(SLJIT_SUB | SLJIT_SET_Z, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - typeoffset); in compile_xclass_matchingpath()
7922 … OP2(SLJIT_SUB | SLJIT_SET_LESS_EQUAL, SLJIT_UNUSED, 0, typereg, 0, SLJIT_IMM, ucp_Lu - ucp_Ll); in compile_xclass_matchingpath()
Dpcre2_compile.c746 PT_PC, ucp_Lu, /* upper */
/third_party/pcre2/pcre2/maint/
Ducptest.c290 case ucp_Lu: fulltypename = US"Upper case letter"; break; in print_prop()