Home
last modified time | relevance | path

Searched refs:g_utf16_to_utf8 (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/JavaScriptCore/wtf/unicode/glib/
DUnicodeGLib.cpp52 utf8src.set(g_utf16_to_utf8(src, srcLength, 0, 0, &gerror.outPtr())); in foldCase()
84 utf8src.set(g_utf16_to_utf8(src, srcLength, 0, 0, &gerror.outPtr())); in toLower()
116 utf8src.set(g_utf16_to_utf8(src, srcLength, 0, 0, &gerror.outPtr())); in toUpper()
192 utf8a.set(g_utf16_to_utf8(a, len, 0, 0, 0)); in umemcasecmp()
193 utf8b.set(g_utf16_to_utf8(b, len, 0, 0, 0)); in umemcasecmp()
/external/bluetooth/glib/glib/
Dgutils.c174 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 …]
Dgdir.c206 utf8_name = g_utf16_to_utf8 (wentry->d_name, -1, NULL, NULL, NULL); in g_dir_read_name()
Dgutils.h474 tem = g_utf16_to_utf8 (wcbfr, -1, NULL, NULL, NULL); \
Dgunicode.h329 gchar* g_utf16_to_utf8 (const gunichar2 *str,
Dgutf8.c1109 g_utf16_to_utf8 (const gunichar2 *str, in g_utf16_to_utf8() function
Dgaliasdef.c3518 #undef g_utf16_to_utf8
3519 extern __typeof (g_utf16_to_utf8) g_utf16_to_utf8 __attribute((alias("IA__g_utf16_to_utf8"), visibi…
Dgalias.h3507 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/
Dgwin32mount.c114 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()
Dgwin32appinfo.c114 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()
Dgwin32volumemonitor.c205 gchar *name = g_utf16_to_utf8 (wc_dev_name, -1, NULL, NULL, NULL); in get_connected_drives()
Dgcontenttype.c87 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()
Dglocalfileinfo.c1361 *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()
Dglocalfile.c901 utf8_path = g_utf16_to_utf8 (wpath, -1, NULL, NULL, NULL); in find_mountpoint_for()
/external/bluetooth/glib/gio/win32/
Dgwinhttpfile.c161 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()
Dgwin32directorymonitor.c123 …file_name = g_utf16_to_utf8 (pfile_notify_walker->FileName, pfile_notify_walker->FileNameLength / … in g_win32_directory_monitor_callback()
/external/bluetooth/glib/tests/
Dconvert-test.c380 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()
Dunicode-encoding.c266 … if (!(utf8_result = g_utf16_to_utf8 (utf16_from_utf8, -1, &items_read, &items_written, &error))) in process()
/external/webkit/WebCore/platform/text/
DTextEncoding.cpp122 UTF8Source.set(g_utf16_to_utf8(characters, length, 0, 0, 0)); in encode()
/external/webkit/WebCore/platform/text/gtk/
DTextBreakIteratorGtk.cpp62 utf8.set(g_utf16_to_utf8(string, length, 0, &utf8len, 0)); in setUpIterator()
/external/webkit/WebCore/platform/graphics/gtk/
DFontGtk.cpp95 …text = g_utf16_to_utf8(reinterpret_cast<const gunichar2*>(aText), aLength, NULL, &items_written, N… in utf16_to_utf8()
/external/webkit/WebKit/gtk/WebCoreSupport/
DEditorClientGtk.cpp600 gchar* ctext = g_utf16_to_utf8(const_cast<gunichar2*>(text), length, 0, 0, 0); in checkSpellingOfString()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2503 g_utf16_to_utf8
/external/webkit/WebCore/platform/
DKURL.cpp1420 utf8Hostname.set(g_utf16_to_utf8(str, strLen, 0, 0, &utf8Err.outPtr())); in appendEncodedHostname()
/external/bluetooth/glib/
DChangeLog.pre-2-6886 * glib/gutf8.c (g_utf16_to_utf8): Add a note explaining how to

12