Home
last modified time | relevance | path

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

/posix/
A Dregex_internal.h416 unsigned char is_utf8; member
672 unsigned int is_utf8 : 1; member
A Dregcomp.c801 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL) in re_compile_internal()
873 dfa->is_utf8 = 1; in init_dfa()
882 dfa->is_utf8 = 1; in init_dfa()
892 if (dfa->is_utf8) in init_dfa()
961 if (__glibc_likely (dfa->is_utf8)) in init_word_char()
1154 dfa->is_utf8 = 0; in optimize_utf8()
A Dregex_internal.c191 pstr->is_utf8 = dfa->is_utf8; in re_string_construct_common()
712 if (pstr->is_utf8) in re_string_reconstruct()

Completed in 15 milliseconds