Home
last modified time | relevance | path

Searched refs:PT_SC (Results 1 – 12 of 12) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2_ucptables.c1034 { 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 …]
Dpcre2_printint.c246 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()
Dpcre2_xclass.c160 case PT_SC: in PRIV()
Dpcre2_dfa_match.c1192 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()
Dpcre2_auto_possess.c219 case PT_SC: in check_char_prop()
Dpcre2_match.c2464 case PT_SC: in match()
2727 case PT_SC: in match()
3519 case PT_SC: in match()
4105 case PT_SC: in match()
Dpcre2_internal.h1279 #define PT_SC 4 /* Script only (e.g. Han) */ macro
Dpcre2_compile.c2179 ptscript = PT_SC; in get_ucp()
2222 case PT_SC: in get_ucp()
2223 *ptypeptr = PT_SC; in get_ucp()
Dpcre2_jit_compile.c7610 case PT_SC: in compile_xclass_matchingpath()
7851 case PT_SC: in compile_xclass_matchingpath()
8051 case PT_SC: in compile_xclass_matchingpath()
Dpcre2test.c8606 if (t->type != PT_SC && t->type != PT_SCX) continue; in display_properties()
/third_party/pcre2/pcre2/maint/
Ducptest.c318 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/
DHACKING548 Category), PT_SC (Script), PT_BIDICL (Bidi Class), PT_BOOL (Boolean property),