HomeSort by relevance Sort by last modified time
    Searched refs:is_utf8 (Results 1 - 6 of 6) 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
regex_internal.c 185 pstr->is_utf8 = dfa->is_utf8;
711 if (pstr->is_utf8)
    [all...]
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...]

Completed in 124 milliseconds