HomeSort by relevance Sort by last modified time
    Searched refs:utf8_name (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/glib/
gdir.c 186 gchar *utf8_name; local
206 utf8_name = g_utf16_to_utf8 (wentry->d_name, -1, NULL, NULL, NULL);
208 if (utf8_name == NULL)
211 strcpy (dir->utf8_buf, utf8_name);
212 g_free (utf8_name);
243 const gchar *utf8_name = g_dir_read_name_utf8 (dir); local
246 if (utf8_name == NULL)
249 retval = g_locale_from_utf8 (utf8_name, -1, NULL, NULL, NULL);
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 290 string utf8_name = test->id.GetServerId(); local
291 string name(utf8_name.begin(), utf8_name.end());
    [all...]

Completed in 465 milliseconds