Searched refs:REG_UTF (Results 1 – 4 of 4) sorted by relevance
60 #define REG_UTF 0x0040 /* NOT defined by POSIX; maps to PCRE2_UTF */ macro
241 if ((cflags & REG_UTF) != 0) options |= PCRE2_UTF; in regcomp()
4777 if (utf) cflags |= REG_UTF; in process_pattern()
8665 REG_UTF8670 Note that REG_UTF is not part of the POSIX standard.