HomeSort by relevance Sort by last modified time
    Searched refs:PCRE2_SUFFIX (Results 1 - 4 of 4) sorted by null

  /external/pcre/dist2/src/
pcre2.h.generic     [all...]
pcre2.h.in     [all...]
pcre2_printint.c 45 code unit width, with PCRE2_SUFFIX set appropriately, just like the functions
61 #define OP_lengths PCRE2_SUFFIX(OP_lengths_)
62 #define get_ucpname PCRE2_SUFFIX(get_ucpname_)
63 #define pcre2_printint PCRE2_SUFFIX(pcre2_printint_)
64 #define print_char PCRE2_SUFFIX(print_char_)
65 #define print_custring PCRE2_SUFFIX(print_custring_)
66 #define print_custring_bylen PCRE2_SUFFIX(print_custring_bylen_)
67 #define print_prop PCRE2_SUFFIX(print_prop_)
pcre2test.c 281 have left PCRE2_SUFFIX defined as a no-op. We must re-define it appropriately
286 #undef PCRE2_SUFFIX
291 #define PCRE2_SUFFIX(a) G(a,8)
295 #undef PCRE2_SUFFIX
300 #define PCRE2_SUFFIX(a) G(a,16)
304 #undef PCRE2_SUFFIX
309 #define PCRE2_SUFFIX(a) G(a,32)
313 #undef PCRE2_SUFFIX
316 #define PCRE2_SUFFIX(a) a
    [all...]

Completed in 104 milliseconds