Home
last modified time | relevance | path

Searched refs:UCD_BPROPS (Results 1 – 2 of 2) sorted by relevance

/third_party/pcre2/pcre2/maint/
Ducptest.c368 int bprops = UCD_BPROPS(c); in print_prop()
785 UCD_BPROPS(c) * ucd_boolprop_sets_item_size; in find_chars()
/third_party/pcre2/pcre2/src/
Dpcre2_internal.h1858 #define UCD_BPROPS(ch) UCD_BPROPS_PROP(GET_UCD(ch)) macro