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

  /external/pcre/dist2/src/
pcre2posix.h 60 #define REG_UTF 0x0040 /* NOT defined by POSIX; maps to PCRE2_UTF */
pcre2posix.c 241 if ((cflags & REG_UTF) != 0) options |= PCRE2_UTF;

Completed in 262 milliseconds