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
247 if ((cflags & REG_UTF) != 0) options |= PCRE2_UTF; in regcomp()
5322 if (utf) cflags |= REG_UTF; in process_pattern()
9458 REG_NOSUB, REG_PEND, and REG_UTF. Note that REG_NOSPEC is not part of9492 REG_UTF9497 Note that REG_UTF is not part of the POSIX standard.