/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/ |
D | UnicodeGLib.cpp | 169 utf8a.set(g_utf16_to_utf8(a, len, 0, 0, 0)); in umemcasecmp() 170 utf8b.set(g_utf16_to_utf8(b, len, 0, 0, 0)); in umemcasecmp()
|
/external/bluetooth/glib/glib/ |
D | gutils.c | 174 retval = g_utf16_to_utf8 (wc_fn, -1, NULL, NULL, NULL); in _glib_get_dll_directory() 501 filename = g_utf16_to_utf8 (wfilename, -1, NULL, NULL, NULL); in inner_find_program_in_path() 505 sysdir = g_utf16_to_utf8 (wsysdir, -1, NULL, NULL, NULL); in inner_find_program_in_path() 509 windir = g_utf16_to_utf8 (wwindir, -1, NULL, NULL, NULL); in inner_find_program_in_path() 1006 dir = g_utf16_to_utf8 (wdir, -1, NULL, NULL, NULL); in g_get_current_dir() 1148 value = g_utf16_to_utf8 (wvalue, -1, NULL, NULL, NULL); in g_getenv() 1424 result[j] = g_utf16_to_utf8 (q, -1, NULL, NULL, NULL); in g_listenv() 1490 retval = g_utf16_to_utf8 (path, -1, NULL, NULL, NULL); in get_special_folder() 1506 char *windowsdir = g_utf16_to_utf8 (wwindowsdir, -1, NULL, NULL, NULL); in get_windows_directory_root() 1726 g_user_name = g_utf16_to_utf8 (buffer, -1, NULL, NULL, NULL); in g_get_any_init_do() [all …]
|
D | gdir.c | 206 utf8_name = g_utf16_to_utf8 (wentry->d_name, -1, NULL, NULL, NULL); in g_dir_read_name()
|
D | gutils.h | 474 tem = g_utf16_to_utf8 (wcbfr, -1, NULL, NULL, NULL); \
|
D | gunicode.h | 329 gchar* g_utf16_to_utf8 (const gunichar2 *str,
|
D | gutf8.c | 1109 g_utf16_to_utf8 (const gunichar2 *str, in g_utf16_to_utf8() function
|
D | galiasdef.c | 3518 #undef g_utf16_to_utf8 3519 extern __typeof (g_utf16_to_utf8) g_utf16_to_utf8 __attribute((alias("IA__g_utf16_to_utf8"), visibi…
|
D | galias.h | 3507 extern __typeof (g_utf16_to_utf8) IA__g_utf16_to_utf8 __attribute((visibility("hidden"))) G_GNUC_MA… 3508 #define g_utf16_to_utf8 IA__g_utf16_to_utf8 macro
|
/external/bluetooth/glib/gio/ |
D | gwin32mount.c | 114 name = g_utf16_to_utf8 (sfi.szDisplayName, -1, NULL, NULL, NULL); in _win32_get_displayname() 223 gchar *name = g_utf16_to_utf8 (shfi.szDisplayName, -1, NULL, NULL, NULL); in g_win32_mount_get_icon()
|
D | gwin32appinfo.c | 114 info->id_utf8 = g_utf16_to_utf8 (id, -1, NULL, NULL, NULL); in g_desktop_app_info_new_from_id() 129 info->executable = g_utf16_to_utf8 (buffer, -1, NULL, NULL, NULL); in g_desktop_app_info_new_from_id() 138 info->name = g_utf16_to_utf8 (buffer, -1, NULL, NULL, NULL); in g_desktop_app_info_new_from_id()
|
D | gwin32volumemonitor.c | 205 gchar *name = g_utf16_to_utf8 (wc_dev_name, -1, NULL, NULL, NULL); in get_connected_drives()
|
D | gcontenttype.c | 87 value_utf8 = g_utf16_to_utf8 (wc_temp_expanded, -1, NULL, NULL, NULL); in get_registry_classes_key() 93 value_utf8 = g_utf16_to_utf8 (wc_temp, -1, NULL, NULL, NULL); in get_registry_classes_key() 369 key_utf8 = g_utf16_to_utf8 (keyname, -1, NULL, NULL, NULL); in g_content_types_get_registered()
|
D | glocalfileinfo.c | 1361 *user_name = g_utf16_to_utf8 (name, -1, NULL, NULL, NULL); in win32_get_file_user_info() 1388 *group_name = g_utf16_to_utf8 (name, -1, NULL, NULL, NULL); in win32_get_file_user_info()
|
D | glocalfile.c | 901 utf8_path = g_utf16_to_utf8 (wpath, -1, NULL, NULL, NULL); in find_mountpoint_for()
|
/external/bluetooth/glib/gio/win32/ |
D | gwinhttpfile.c | 161 return g_utf16_to_utf8 (winhttp_file->url.lpszScheme, -1, NULL, NULL, NULL); in g_winhttp_file_get_uri_scheme() 172 basename = g_utf16_to_utf8 (winhttp_file->url.lpszUrlPath, -1, NULL, NULL, NULL); in g_winhttp_file_get_basename() 211 retval = g_utf16_to_utf8 (wuri, -1, NULL, NULL, NULL); in g_winhttp_file_get_uri() 564 char *ct = g_utf16_to_utf8 (content_type, -1, NULL, NULL, NULL); in g_winhttp_file_query_info()
|
D | gwin32directorymonitor.c | 123 …file_name = g_utf16_to_utf8 (pfile_notify_walker->FileName, pfile_notify_walker->FileNameLength / … in g_win32_directory_monitor_callback()
|
/external/bluetooth/glib/tests/ |
D | convert-test.c | 380 result = g_utf16_to_utf8 (utf16, utf16_len, &items_read, &items_written, &error); in check_utf16_to_utf8() 385 result2 = g_utf16_to_utf8 (utf16, -1, &items_read2, &items_written2, &error2); in check_utf16_to_utf8() 400 result3 = g_utf16_to_utf8 (utf16, utf16_len, NULL, NULL, &error3); in check_utf16_to_utf8()
|
D | unicode-encoding.c | 266 … if (!(utf8_result = g_utf16_to_utf8 (utf16_from_utf8, -1, &items_read, &items_written, &error))) in process()
|
/external/webkit/Source/WebCore/platform/text/ |
D | TextEncoding.cpp | 114 UTF8Source.set(g_utf16_to_utf8(characters, length, 0, 0, 0)); in encode()
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
D | TextCheckerClientEnchant.cpp | 80 GOwnPtr<gchar> utf8Text(g_utf16_to_utf8(const_cast<gunichar2*>(text), length, 0, 0, 0)); in checkSpellingOfString()
|
/external/webkit/Source/WebCore/platform/text/gtk/ |
D | TextBreakIteratorGtk.cpp | 78 m_utf8.set(g_utf16_to_utf8(string, length, 0, &utf8Size, 0)); in setText()
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | FontGtk.cpp | 133 utf8Text = g_utf16_to_utf8(static_cast<const gunichar2*>(aText), aLength, 0, &itemsWritten, 0); in utf16ToUtf8()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 2503 g_utf16_to_utf8
|
/external/webkit/Source/WebCore/platform/ |
D | KURL.cpp | 1554 utf8Hostname.set(g_utf16_to_utf8(str, strLen, 0, 0, &utf8Err.outPtr())); in appendEncodedHostname()
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-6 | 886 * glib/gutf8.c (g_utf16_to_utf8): Add a note explaining how to
|