Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/sed/
Dmbcs.c25 bool is_utf8; variable
58 is_utf8 = (strcmp (codeset_name, "UTF-8") == 0); in initialize_mbcs()
Dsed.h243 extern bool is_utf8;
Dexecute.c252 if (mb_cur_max > 1 && !is_utf8)
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h409 unsigned char is_utf8; member
693 unsigned int is_utf8 : 1; member
Dregex_internal.c184 pstr->is_utf8 = dfa->is_utf8; in re_string_construct_common()
710 if (pstr->is_utf8) in re_string_reconstruct()
Dregcomp.c827 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()
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog426 * sed/execute.c (str_append): Use is_utf8 to skip useless work.
428 (is_utf8): New.
429 * sed/sed.h (is_utf8): New.