HomeSort by relevance Sort by last modified time
    Searched full:is_utf8 (Results 1 - 7 of 7) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/sed/
mbcs.c 25 bool is_utf8; variable
58 is_utf8 = (strcmp (codeset_name, "UTF-8") == 0);
sed.h 244 extern bool is_utf8;
execute.c 254 if (mb_cur_max > 1 && !is_utf8)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 409 unsigned char is_utf8; member in struct:re_string_t
693 unsigned int is_utf8 : 1; member in struct:re_dfa_t
regcomp.c 832 if (dfa->is_utf8 && !(syntax & RE_ICASE) && preg->translate == NULL)
899 dfa->is_utf8 = 1;
904 dfa->is_utf8 = 1;
914 if (dfa->is_utf8)
    [all...]
regex_internal.c 185 pstr->is_utf8 = dfa->is_utf8;
711 if (pstr->is_utf8)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/
ChangeLog 426 * sed/execute.c (str_append): Use is_utf8 to skip useless work.
428 (is_utf8): New.
429 * sed/sed.h (is_utf8): New.
    [all...]

Completed in 194 milliseconds