Home
last modified time | relevance | path

Searched refs:REG_UTF (Results 1 – 4 of 4) sorted by relevance

/external/pcre/dist2/src/
Dpcre2posix.h60 #define REG_UTF 0x0040 /* NOT defined by POSIX; maps to PCRE2_UTF */ macro
Dpcre2posix.c247 if ((cflags & REG_UTF) != 0) options |= PCRE2_UTF; in regcomp()
Dpcre2test.c5322 if (utf) cflags |= REG_UTF; in process_pattern()
/external/pcre/dist2/doc/
Dpcre2.txt9458 REG_NOSUB, REG_PEND, and REG_UTF. Note that REG_NOSPEC is not part of
9492 REG_UTF
9497 Note that REG_UTF is not part of the POSIX standard.