Searched refs:is_utf8 (Results 1 – 3 of 3) sorted by relevance
321 unsigned char is_utf8; member587 unsigned int is_utf8 : 1; member
174 pstr->is_utf8 = dfa->is_utf8; in re_string_construct_common()627 if (pstr->is_utf8) in re_string_reconstruct()
769 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL) in re_compile_internal()825 dfa->is_utf8 = 1; in init_dfa()845 dfa->is_utf8 = 1; in init_dfa()855 if (dfa->is_utf8) in init_dfa()1065 dfa->is_utf8 = 0; in optimize_utf8()
Completed in 14 milliseconds