HomeSort by relevance Sort by last modified time
    Searched defs:is_utf8 (Results 1 - 5 of 5) 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);
  /external/bluetooth/glib/glib/
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...]
gconvert.c 1151 gboolean is_utf8; member in struct:_GFilenameCharsetCache
1297 gboolean is_utf8; local
2105 gboolean is_utf8; local
    [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...]
  /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

Completed in 226 milliseconds