HomeSort by relevance Sort by last modified time
    Searched refs:is_utf8 (Results 1 - 9 of 9) 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...]
  /external/bluetooth/glib/glib/
gconvert.c 1151 gboolean is_utf8; member in struct:_GFilenameCharsetCache
1297 gboolean is_utf8; local
2105 gboolean is_utf8; local
    [all...]
gutf8.c 505 gboolean is_utf8; member in struct:_GCharsetCache
566 cache->is_utf8 = g_utf8_get_charset_internal (raw, &new_charset);
571 cache->is_utf8 = TRUE;
576 return cache->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...]
  /external/bluetooth/glib/gio/
glocalfile.c 381 gboolean is_utf8; local
383 is_utf8 = g_get_filename_charsets (&charsets);
388 return is_utf8;
    [all...]

Completed in 471 milliseconds