Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_match.c2283 int cat = UCD_CATEGORY(c); in match()
2308 int cat = UCD_CATEGORY(c); in match()
2334 int cat = UCD_CATEGORY(c); in match()
2360 int cat = UCD_CATEGORY(c); in match()
4295 if ((UCD_CATEGORY(c) == prop_value) == prop_fail_result) in match()
4338 category = UCD_CATEGORY(c); in match()
4366 if ((UCD_CATEGORY(c) == ucp_Z) == prop_fail_result) in match()
4383 category = UCD_CATEGORY(c); in match()
5031 if ((UCD_CATEGORY(c) == prop_value) == prop_fail_result) in match()
5083 category = UCD_CATEGORY(c); in match()
[all …]
Dpcre2_dfa_match.c964 uint32_t cat = UCD_CATEGORY(d); in internal_dfa_match()
989 uint32_t cat = UCD_CATEGORY(c); in internal_dfa_match()
Dpcre2_internal.h1803 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)] macro