Searched refs:REG_UCP (Results 1 – 5 of 5) sorted by relevance
64 #define REG_UCP 0x0400 /* NOT defined by POSIX; maps to PCRE2_UCP */ macro
248 if ((cflags & REG_UCP) != 0) options |= PCRE2_UCP; in regcomp()
5324 if ((pat_patctl.options & PCRE2_UCP) != 0) cflags |= REG_UCP; in process_pattern()
871 ucp REG_UCP ) the POSIX standard
9479 REG_UCP9484 ASCII values. Note that REG_UCP is not part of the POSIX standard.