Home
last modified time | relevance | path

Searched refs:REG_UCP (Results 1 – 5 of 5) sorted by relevance

/external/pcre/dist2/src/
Dpcre2posix.h64 #define REG_UCP 0x0400 /* NOT defined by POSIX; maps to PCRE2_UCP */ macro
Dpcre2posix.c248 if ((cflags & REG_UCP) != 0) options |= PCRE2_UCP; in regcomp()
Dpcre2test.c5324 if ((pat_patctl.options & PCRE2_UCP) != 0) cflags |= REG_UCP; in process_pattern()
/external/pcre/dist2/doc/
Dpcre2test.txt871 ucp REG_UCP ) the POSIX standard
Dpcre2.txt9479 REG_UCP
9484 ASCII values. Note that REG_UCP is not part of the POSIX standard.