Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2test.c476 #define CTL_UTF8_INPUT 0x40000000u macro
511 CTL_UTF8_INPUT)
700 { "utf8_input", MOD_PAT, MOD_CTL, CTL_UTF8_INPUT, PO(control) },
3093 if (!utf && (pat_patctl.control & CTL_UTF8_INPUT) == 0) in to16()
3181 if (!utf && (pat_patctl.control & CTL_UTF8_INPUT) == 0) in to32()
4061 ((controls & CTL_UTF8_INPUT) != 0)? " utf8_input" : "", in show_controls()
5016 if ((pat_patctl.control & CTL_UTF8_INPUT) != 0) in process_pattern()
6514 if ((utf || (pat_patctl.control & CTL_UTF8_INPUT) != 0) && in process_data()