/third_party/glib/glib/update-pcre/ |
D | ucp.patch | 30 - 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/ |
D | pcre_xclass.c | 137 if ((chartype == ucp_Lu || chartype == ucp_Ll || in PRIV()
|
D | ucp.h | 41 ucp_Lu = G_UNICODE_UPPERCASE_LETTER, /* Upper case letter */ enumerator
|
D | pcre_tables.c | 116 ucp_Ll, ucp_Lu, 503 { 522, PT_PC, ucp_Lu },
|
D | pcre_dfa_exec.c | 1069 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()
|
D | pcre_exec.c | 2569 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()
|
D | pcre_jit_compile.c | 2487 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()
|
D | pcre_compile.c | 2942 return (chartype == ucp_Lu || in check_char_prop()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_ucp.h | 80 ucp_Lu, /* Upper case letter */ enumerator
|
D | pcre2_xclass.c | 146 if ((prop->chartype == ucp_Lu || prop->chartype == ucp_Ll || in PRIV()
|
D | pcre2_substitute.c | 766 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute() 868 type != ((forcecase > 0)? ucp_Lu : ucp_Ll)) in pcre2_substitute()
|
D | pcre2_dfa_match.c | 1180 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()
|
D | pcre2_tables.c | 215 ucp_Ll, ucp_Lu, 745 { 752, PT_PC, ucp_Lu },
|
D | pcre2_auto_possess.c | 205 return (prop->chartype == ucp_Lu || in check_char_prop()
|
D | pcre2_match.c | 2432 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()
|
D | pcre2_jit_compile.c | 6672 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()
|
D | pcre2_compile.c | 746 PT_PC, ucp_Lu, /* upper */
|
/third_party/pcre2/pcre2/maint/ |
D | ucptest.c | 290 case ucp_Lu: fulltypename = US"Upper case letter"; break; in print_prop()
|