Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_substitute.c665 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
767 uint32_t type = UCD_CHARTYPE(ch); in pcre2_substitute()
Dpcre2_internal.h1801 #define UCD_CHARTYPE(ch) GET_UCD(ch)->chartype macro
1803 #define UCD_CATEGORY(ch) PRIV(ucp_gentype)[UCD_CHARTYPE(ch)]
Dpcre2_match.c4278 chartype = UCD_CHARTYPE(c); in match()
4309 if ((UCD_CHARTYPE(c) == prop_value) == prop_fail_result) in match()
5011 chartype = UCD_CHARTYPE(c); in match()
5048 if ((UCD_CHARTYPE(c) == prop_value) == prop_fail_result) in match()
5529 chartype = UCD_CHARTYPE(c); in match()
5563 if ((UCD_CHARTYPE(c) == prop_value) == prop_fail_result) break; in match()