Searched refs:is_utf8 (Results 1 – 7 of 7) sorted by relevance
25 bool is_utf8; variable58 is_utf8 = (strcmp (codeset_name, "UTF-8") == 0); in initialize_mbcs()
243 extern bool is_utf8;
252 if (mb_cur_max > 1 && !is_utf8)
409 unsigned char is_utf8; member693 unsigned int is_utf8 : 1; member
184 pstr->is_utf8 = dfa->is_utf8; in re_string_construct_common()710 if (pstr->is_utf8) in re_string_reconstruct()
827 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL) in re_compile_internal()894 dfa->is_utf8 = 1; in init_dfa()899 dfa->is_utf8 = 1; in init_dfa()909 if (dfa->is_utf8) in init_dfa()1131 dfa->is_utf8 = 0; in optimize_utf8()
426 * sed/execute.c (str_append): Use is_utf8 to skip useless work.428 (is_utf8): New.429 * sed/sed.h (is_utf8): New.