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

  /external/pcre/dist2/src/
pcre2_intmodedep.h 57 #undef CHMAX_255
205 The CHMAX_255 macro does not assume one code unit. The maximum length of a MARK
216 #define CHMAX_255(c) ((c) <= 255u)
218 #define CHMAX_255(c) TRUE
223 #define CHMAX_255(c) ((c) <= 255u)
    [all...]
pcre2_match.c     [all...]

Completed in 45 milliseconds