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

  /external/pcre/dist2/src/
pcre2posix.h 64 #define REG_UCP 0x0400 /* NOT defined by POSIX; maps to PCRE2_UCP */
pcre2posix.c 242 if ((cflags & REG_UCP) != 0) options |= PCRE2_UCP;

Completed in 76 milliseconds