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

  /external/pcre/dist/
pcreposix.h 65 #define REG_UCP 0x0400 /* NOT defined by POSIX; maps to PCRE_UCP */
pcreposix.c 281 if ((cflags & REG_UCP) != 0) options |= PCRE_UCP;
pcretest.c     [all...]

Completed in 643 milliseconds