Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c494 #define CTL_UTF8_INPUT 0x40000000u macro
534 CTL_UTF8_INPUT)
743 { "utf8_input", MOD_PAT, MOD_CTL, CTL_UTF8_INPUT, PO(control) },
3168 if (!utf && (pat_patctl.control & CTL_UTF8_INPUT) == 0) in to16()
3256 if (!utf && (pat_patctl.control & CTL_UTF8_INPUT) == 0) in to32()
4147 ((controls & CTL_UTF8_INPUT) != 0)? " utf8_input" : "", in show_controls()
5195 if ((pat_patctl.control & CTL_UTF8_INPUT) != 0) in process_pattern()
6809 if ((utf || (pat_patctl.control & CTL_UTF8_INPUT) != 0) && in process_data()