HomeSort by relevance Sort by last modified time
    Searched full:g_convert (Results 1 - 18 of 18) 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'
glocalfile.c 431 utf8_filename = g_convert (filename, -1,
439 roundtripped_filename = g_convert (utf8_filename, -1,
    [all...]
  /external/bluetooth/glib/tests/
convert-test.c 45 out = g_convert (in, -1, "UTF-8", "CP1255",
68 out = g_convert (in, -1,
79 out = g_convert (in, -1,
115 out = g_convert (in_be, sizeof (in_be),
126 out = g_convert (in_le, sizeof (in_le),
unicode-encoding.c 204 if (!(utf16_expected_tmp = (gunichar2 *)g_convert (utf8, -1, TARGET, "UTF-8",
207 fail ("line %d: could not convert to UTF-16 via g_convert\n", line);
  /external/bluetooth/glib/glib/
gconvert.h 65 gchar* g_convert (const gchar *str,
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
584 * across successive calls to g_convert(), g_convert_with_iconv() or
712 * g_convert:
747 g_convert (const gchar *str, function
858 dest = g_convert (str, len, to_codeset, from_codeset,
888 utf8 = g_convert (str, len, "UTF-8", from_codeset,
1101 return g_convert (opsysstring, len,
1142 return g_convert (utf8string, len
    [all...]
gutf8.c 525 * g_convert(), to convert from the current locale's encoding to some
536 * case you can perhaps avoid calling g_convert().
1100 * g_convert() can be used to convert a byte buffer of UTF-16 data of
    [all...]
galiasdef.c 463 #undef g_convert macro
464 extern __typeof (g_convert) g_convert __attribute((alias("IA__g_convert"), visibility("default")));
    [all...]
galias.h 459 extern __typeof (g_convert) IA__g_convert __attribute((visibility("hidden"))) G_GNUC_MALLOC;
460 #define g_convert IA__g_convert macro
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
conversions.sgml 167 <!-- ##### FUNCTION g_convert ##### -->
  /external/bluetooth/glib/docs/reference/glib/
glib-sections.txt     [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-20 703 Bug 554790 - g_convert() misbehaves with winiconv versions
NEWS 388 554790 g_convert() misbehaves with winiconv versions
774 524314 g_convert() on Win32 implicitly converts full width
    [all...]
ChangeLog.pre-2-0 536 * glib/gconvert.c (g_convert_with_fallback): If g_convert fails,
    [all...]
ChangeLog.pre-2-6     [all...]
ChangeLog.pre-2-8 83 for g_convert() and friends.
    [all...]
ChangeLog.pre-2-18     [all...]
ChangeLog.pre-2-4     [all...]

Completed in 647 milliseconds