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

  /external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 169 utf8a.set(g_utf16_to_utf8(a, len, 0, 0, 0));
170 utf8b.set(g_utf16_to_utf8(b, len, 0, 0, 0));
  /external/bluetooth/glib/gio/
gwin32mount.c 114 name = g_utf16_to_utf8 (sfi.szDisplayName, -1, NULL, NULL, NULL);
223 gchar *name = g_utf16_to_utf8 (shfi.szDisplayName, -1, NULL, NULL, NULL);
gwin32volumemonitor.c 205 gchar *name = g_utf16_to_utf8 (wc_dev_name, -1, NULL, NULL, NULL);
gwin32appinfo.c 114 info->id_utf8 = g_utf16_to_utf8 (id, -1, NULL, NULL, NULL);
129 info->executable = g_utf16_to_utf8 (buffer, -1, NULL, NULL, NULL);
138 info->name = g_utf16_to_utf8 (buffer, -1, NULL, NULL, NULL);
gcontenttype.c 87 value_utf8 = g_utf16_to_utf8 (wc_temp_expanded, -1, NULL, NULL, NULL);
93 value_utf8 = g_utf16_to_utf8 (wc_temp, -1, NULL, NULL, NULL);
369 key_utf8 = g_utf16_to_utf8 (keyname, -1, NULL, NULL, NULL);
    [all...]
glocalfileinfo.c     [all...]
glocalfile.c 901 utf8_path = g_utf16_to_utf8 (wpath, -1, NULL, NULL, NULL);
    [all...]
  /external/bluetooth/glib/glib/
gutils.c 174 retval = g_utf16_to_utf8 (wc_fn, -1, NULL, NULL, NULL);
501 filename = g_utf16_to_utf8 (wfilename, -1, NULL, NULL, NULL);
505 sysdir = g_utf16_to_utf8 (wsysdir, -1, NULL, NULL, NULL);
509 windir = g_utf16_to_utf8 (wwindir, -1, NULL, NULL, NULL);
1006 dir = g_utf16_to_utf8 (wdir, -1, NULL, NULL, NULL);
1148 value = g_utf16_to_utf8 (wvalue, -1, NULL, NULL, NULL);
    [all...]
gdir.c 206 utf8_name = g_utf16_to_utf8 (wentry->d_name, -1, NULL, NULL, NULL);
gunicode.h 329 gchar* g_utf16_to_utf8 (const gunichar2 *str,
gutils.h 474 tem = g_utf16_to_utf8 (wcbfr, -1, NULL, NULL, NULL); \
gutf8.c 1079 * g_utf16_to_utf8:
1109 g_utf16_to_utf8 (const gunichar2 *str, function
    [all...]
galiasdef.c 3518 #undef g_utf16_to_utf8 macro
    [all...]
galias.h 3508 #define g_utf16_to_utf8 macro
    [all...]
  /external/bluetooth/glib/gio/win32/
gwinhttpfile.c 161 return g_utf16_to_utf8 (winhttp_file->url.lpszScheme, -1, NULL, NULL, NULL);
172 basename = g_utf16_to_utf8 (winhttp_file->url.lpszUrlPath, -1, NULL, NULL, NULL);
211 retval = g_utf16_to_utf8 (wuri, -1, NULL, NULL, NULL);
564 char *ct = g_utf16_to_utf8 (content_type, -1, NULL, NULL, NULL);
gwin32directorymonitor.c 123 file_name = g_utf16_to_utf8 (pfile_notify_walker->FileName, pfile_notify_walker->FileNameLength / sizeof(WCHAR), NULL, &file_name_len, NULL);
  /external/webkit/Source/WebCore/platform/text/
TextEncoding.cpp 114 UTF8Source.set(g_utf16_to_utf8(characters, length, 0, 0, 0));
  /external/bluetooth/glib/tests/
convert-test.c 380 result = g_utf16_to_utf8 (utf16, utf16_len, &items_read, &items_written, &error);
385 result2 = g_utf16_to_utf8 (utf16, -1, &items_read2, &items_written2, &error2);
400 result3 = g_utf16_to_utf8 (utf16, utf16_len, NULL, NULL, &error3);
unicode-encoding.c 266 if (!(utf8_result = g_utf16_to_utf8 (utf16_from_utf8, -1, &items_read, &items_written, &error)))
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
TextCheckerClientEnchant.cpp 80 GOwnPtr<gchar> utf8Text(g_utf16_to_utf8(const_cast<gunichar2*>(text), length, 0, 0, 0));
  /external/webkit/Source/WebCore/platform/text/gtk/
TextBreakIteratorGtk.cpp 78 m_utf8.set(g_utf16_to_utf8(string, length, 0, &utf8Size, 0));
  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 133 utf8Text = g_utf16_to_utf8(static_cast<const gunichar2*>(aText), aLength, 0, &itemsWritten, 0);
  /external/webkit/Source/WebCore/platform/
KURL.cpp     [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 442 milliseconds