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

  /external/bluetooth/glib/glib/
gconvert.h 90 gchar* g_locale_to_utf8 (const gchar *opsysstring,
111 gchar* g_filename_to_utf8 (const gchar *opsysstring,
gconvert.c 1065 * @opsysstring: a string in the encoding of the current locale. On Windows
1090 g_locale_to_utf8 (const gchar *opsysstring,
1099 return strdup_len (opsysstring, len, bytes_read, bytes_written, error);
1101 return g_convert (opsysstring, len,
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
conversions.sgml 266 @opsysstring:
279 @opsysstring:

Completed in 74 milliseconds