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.c241 if ((cflags & REG_UTF) != 0) options |= PCRE2_UTF; in regcomp()
Dpcre2test.c4777 if (utf) cflags |= REG_UTF; in process_pattern()
/external/pcre/dist2/doc/
Dpcre2.txt8665 REG_UTF
8670 Note that REG_UTF is not part of the POSIX standard.