Home
last modified time | relevance | path

Searched refs:ucp_gentype (Results 1 – 7 of 7) sorted by relevance

/external/pcre/dist/
Dpcre_xclass.c150 if ((data[1] == PRIV(ucp_gentype)[prop->chartype]) == isprop) in PRIV()
163 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
164 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == isprop) in PRIV()
182 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == isprop) in PRIV()
189 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in PRIV()
190 PRIV(ucp_gentype)[prop->chartype] == ucp_N || c == CHAR_UNDERSCORE) in PRIV()
222 if ((PRIV(ucp_gentype)[prop->chartype] != ucp_Z && in PRIV()
223 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
236 (PRIV(ucp_gentype)[prop->chartype] != ucp_C || in PRIV()
248 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_P || in PRIV()
[all …]
Dpcre_dfa_exec.c1085 OK = PRIV(ucp_gentype)[prop->chartype] == code[2]; in internal_dfa_exec()
1099 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_exec()
1100 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_exec()
1117 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_exec()
1123 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_exec()
1124 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in internal_dfa_exec()
1343 OK = PRIV(ucp_gentype)[prop->chartype] == code[3]; in internal_dfa_exec()
1357 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_L || in internal_dfa_exec()
1358 PRIV(ucp_gentype)[prop->chartype] == ucp_N; in internal_dfa_exec()
1375 OK = PRIV(ucp_gentype)[prop->chartype] == ucp_Z; in internal_dfa_exec()
[all …]
Dpcre_exec.c2574 if ((ecode[2] != PRIV(ucp_gentype)[prop->chartype]) == (op == OP_PROP)) in match()
2591 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2592 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == (op == OP_NOTPROP)) in match()
2610 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == in match()
2617 if ((PRIV(ucp_gentype)[prop->chartype] == ucp_L || in match()
2618 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in match()
Dpcre_internal.h2773 extern const pcre_uint32 PRIV(ucp_gentype)[];
2789 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
Dpcre_compile.c2841 return (pdata == PRIV(ucp_gentype)[prop->chartype]) == negated; in check_char_prop()
2852 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2853 PRIV(ucp_gentype)[prop->chartype] == ucp_N) == negated; in check_char_prop()
2868 return (PRIV(ucp_gentype)[prop->chartype] == ucp_Z) == negated; in check_char_prop()
2873 return (PRIV(ucp_gentype)[prop->chartype] == ucp_L || in check_char_prop()
2874 PRIV(ucp_gentype)[prop->chartype] == ucp_N || in check_char_prop()
Dpcre_tables.c107 const pcre_uint32 PRIV(ucp_gentype)[] = { variable
DChangeLog3260 8. Mark ucp_table (in ucptable.h) and ucp_gentype (in pcre_ucp_searchfuncs.c)