HomeSort by relevance Sort by last modified time
    Searched defs:PCRE2_CODE_UNIT_WIDTH (Results 1 - 6 of 6) sorted by null

  /external/pcre/include/
pcre2.h 5 #define PCRE2_CODE_UNIT_WIDTH 8
  /external/pcre/dist2/src/
dftables.c 56 #define PCRE2_CODE_UNIT_WIDTH 0 /* Must be set, but not relevant here */
pcre2demo.c 45 /* The PCRE2_CODE_UNIT_WIDTH macro must be defined before including pcre2.h.
54 #define PCRE2_CODE_UNIT_WIDTH 8
pcre2_jit_test.c 48 #define PCRE2_CODE_UNIT_WIDTH 0
    [all...]
pcre2grep.c 82 #define PCRE2_CODE_UNIT_WIDTH 8
    [all...]
pcre2test.c 53 pcre2_internal.h that depend on PCRE2_CODE_UNIT_WIDTH. It does, however, make
229 #define PCRE2_CODE_UNIT_WIDTH 0
258 /* When PCRE2_CODE_UNIT_WIDTH is zero, pcre2_internal.h does not include
261 PCRE2_CODE_UNIT_WIDTH was defined as zero before including pcre2.h, it will
268 #undef PCRE2_CODE_UNIT_WIDTH
271 #define PCRE2_CODE_UNIT_WIDTH 8
275 #undef PCRE2_CODE_UNIT_WIDTH
280 #define PCRE2_CODE_UNIT_WIDTH 16
284 #undef PCRE2_CODE_UNIT_WIDTH
289 #define PCRE2_CODE_UNIT_WIDTH 3
    [all...]

Completed in 112 milliseconds