Searched refs:PT_SC (Results 1 – 12 of 12) sorted by relevance
/third_party/pcre2/pcre2/src/ |
D | pcre2_ucptables.c | 1034 { 11, PT_SC, ucp_Caucasian_Albanian }, 1036 { 21, PT_SC, ucp_Ahom }, 1039 { 43, PT_SC, ucp_Anatolian_Hieroglyphs }, 1043 { 80, PT_SC, ucp_Armenian }, 1044 { 89, PT_SC, ucp_Imperial_Aramaic }, 1045 { 94, PT_SC, ucp_Armenian }, 1048 { 119, PT_SC, ucp_Avestan }, 1049 { 127, PT_SC, ucp_Avestan }, 1050 { 132, PT_SC, ucp_Balinese }, 1051 { 137, PT_SC, ucp_Balinese }, [all …]
|
D | pcre2_printint.c | 246 unsigned int ptypex = (ptype == PT_SC)? PT_SCX : ptype; in get_ucpname() 257 if (sl == 3 && (u->type == PT_SC || u->type == PT_SCX)) in get_ucpname() 306 const char *sc = (code[1] == PT_SC)? "script:" : ""; in print_prop()
|
D | pcre2_xclass.c | 160 case PT_SC: in PRIV()
|
D | pcre2_dfa_match.c | 1192 case PT_SC: in internal_dfa_match() 1464 case PT_SC: in internal_dfa_match() 1719 case PT_SC: in internal_dfa_match() 1999 case PT_SC: in internal_dfa_match()
|
D | pcre2_auto_possess.c | 219 case PT_SC: in check_char_prop()
|
D | pcre2_match.c | 2464 case PT_SC: in match() 2727 case PT_SC: in match() 3519 case PT_SC: in match() 4105 case PT_SC: in match()
|
D | pcre2_internal.h | 1279 #define PT_SC 4 /* Script only (e.g. Han) */ macro
|
D | pcre2_compile.c | 2179 ptscript = PT_SC; in get_ucp() 2222 case PT_SC: in get_ucp() 2223 *ptypeptr = PT_SC; in get_ucp()
|
D | pcre2_jit_compile.c | 7610 case PT_SC: in compile_xclass_matchingpath() 7851 case PT_SC: in compile_xclass_matchingpath() 8051 case PT_SC: in compile_xclass_matchingpath()
|
D | pcre2test.c | 8606 if (t->type != PT_SC && t->type != PT_SCX) continue; in display_properties()
|
/third_party/pcre2/pcre2/maint/ |
D | ucptest.c | 318 int typex = (type == PT_SC)? PT_SCX : type; in get_propname() 344 if (sl == 3 && type == PT_SC) break; in get_propname() 374 const unsigned char *scriptname = CUS get_propname(script, PT_SC); in print_prop() 496 printf("%s%s", sep, get_propname(i, PT_SC)); in print_prop() 588 if ((u->type == PT_SCX || u->type == PT_SC) && strcmp(CS(value + offset), in find_chars() 949 if (PRIV(utt)[i].type == PT_SCX || PRIV(utt)[i].type == PT_SC) in process_command_line()
|
/third_party/pcre2/pcre2/ |
D | HACKING | 548 Category), PT_SC (Script), PT_BIDICL (Bidi Class), PT_BOOL (Boolean property),
|