Home
last modified time | relevance | path

Searched refs:UCD_CATEGORY (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist/
Dpcre_exec.c2202 int cat = UCD_CATEGORY(c); in match()
2226 int cat = UCD_CATEGORY(c); in match()
2253 int cat = UCD_CATEGORY(c); in match()
2277 int cat = UCD_CATEGORY(c); in match()
4198 if ((UCD_CATEGORY(c) == prop_value) == prop_fail_result) in match()
4241 category = UCD_CATEGORY(c); in match()
4269 if ((UCD_CATEGORY(c) == ucp_Z) == prop_fail_result) in match()
4286 category = UCD_CATEGORY(c); in match()
4934 if ((UCD_CATEGORY(c) == prop_value) == prop_fail_result) in match()
4986 category = UCD_CATEGORY(c); in match()
[all …]
Dpcre_dfa_exec.c1027 int cat = UCD_CATEGORY(d); in internal_dfa_exec()
1044 int cat = UCD_CATEGORY(c); in internal_dfa_exec()
Dpcre_internal.h2772 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] macro