HomeSort by relevance Sort by last modified time
    Searched full:g_locale_to_utf8 (Results 1 - 20 of 20) sorted by null

  /external/bluetooth/glib/gio/
pltcheck.sh 12 SKIP='\<g_access\|\<g_array_\|\<g_ascii\|\<g_list_\|\<g_assertion_message\|\<g_warn_message\|\<g_atomic\|\<g_build_filename\|\<g_byte_array\|\<g_child_watch\|\<g_convert\|\<g_dir_\|\<g_error_\|\<g_clear_error\|\<g_file_error_quark\|\<g_file_get_contents\|\<g_file_set_contents\|\<g_file_test\|\<g_file_read_link\|\<g_filename_\|\<g_find_program_in_path\|\<g_free\|\<g_get_\|\<g_getenv\|\<g_hash_table_\|\<g_idle_\|\<g_intern_static_string\|\<g_io_channel_\|\<g_key_file_\|\<g_listenv\|\<g_locale_to_utf8\|\<g_log\|\<g_main_context_wakeup\|\<g_malloc\|\<g_markup_\|\<g_mkdir_\|\<g_mkstemp\|\<g_module_\|\<g_object_\|\<g_once_\|\<g_param_spec_\|\<g_path_\|\<g_printerr\|\<g_propagate_error\|\<g_ptr_array_\|\<g_qsort_\|\<g_quark_\|\<g_queue_\|\<g_realloc\|\<g_return_if_fail\|\<g_set_error\|\<g_shell_\|\<g_signal_\|\<g_slice_\|\<g_slist_\|\<g_snprintf\|\<g_source_\|\<g_spawn_\|\<g_static_\|\<g_str\|\<g_thread_pool_\|\<g_time_val_add\|\<g_timeout_\|\<g_type_\|\<g_unlink\|\<g_uri_\|\<g_utf8_\|\<g_value_\|\<g_enum_\|\<g_flags_\|\<g_checksum\|\<g_io_add_watch\|\<g_bit_\|\<g_poll\|\<g_boxed'
glocalfileinfo.c 1040 utf8_string = g_locale_to_utf8 (pwd_str, -1, NULL, NULL, NULL);
    [all...]
  /external/bluetooth/glib/glib/
gconvert.h 90 gchar* g_locale_to_utf8 (const gchar *opsysstring,
gdir.c 156 gchar *utf8_path = g_locale_to_utf8 (path, -1, NULL, NULL, error);
goption.c 1007 data = g_locale_to_utf8 (value, -1, NULL, NULL, error);
1026 data = g_locale_to_utf8 (value, -1, NULL, NULL, error);
1059 data = g_locale_to_utf8 (value, -1, NULL, NULL, error);
1082 data = g_locale_to_utf8 (value, -1, NULL, NULL, error);
1139 data = g_locale_to_utf8 (value, -1, NULL, NULL, error);
1145 data = g_locale_to_utf8 (value, -1, NULL, NULL, error);
    [all...]
gconvert.c 123 * GLib provides g_convert() and g_locale_to_utf8() which are likely
179 * GLib provides g_convert() and g_locale_to_utf8() which are likely
210 * GLib provides g_convert() and g_locale_to_utf8() which are likely
1018 * g_locale_to_utf8
1064 * g_locale_to_utf8:
1090 g_locale_to_utf8 (const gchar *opsysstring, function
    [all...]
gfileutils.c     [all...]
gutils.c     [all...]
galiasdef.c 490 #undef g_locale_to_utf8 macro
491 extern __typeof (g_locale_to_utf8) g_locale_to_utf8 __attribute((alias("IA__g_locale_to_utf8"), visibility("default")));
    [all...]
gutf8.c 526 * other encoding. (Frequently g_locale_to_utf8() and g_locale_from_utf8()
    [all...]
galias.h 483 extern __typeof (g_locale_to_utf8) IA__g_locale_to_utf8 __attribute((visibility("hidden"))) G_GNUC_MALLOC;
484 #define g_locale_to_utf8 IA__g_locale_to_utf8 macro
    [all...]
gstrfuncs.c 945 gchar *msg_utf8 = g_locale_to_utf8 (msg_locale, -1, NULL, NULL, NULL);
    [all...]
  /external/bluetooth/glib/docs/reference/glib/
changes.sgml 139 strings using <function>g_locale_to_utf8()</function> first.
glib-sections.txt     [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
conversions.sgml 261 <!-- ##### FUNCTION g_locale_to_utf8 ##### -->
unicode.sgml 31 <term>g_locale_to_utf8(), g_locale_from_utf8()</term>
  /external/bluetooth/glib/gmodule/
gmodule.c 527 gchar *utf8_file_name = g_locale_to_utf8 (file_name, -1, NULL, NULL, NULL);
  /external/bluetooth/glib/
ChangeLog.pre-2-8     [all...]
ChangeLog.pre-2-4     [all...]
ChangeLog.pre-2-0     [all...]

Completed in 953 milliseconds