HomeSort by relevance Sort by last modified time
    Searched refs:GIConv (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/glib/glib/
gconvert.h 53 typedef struct _GIConv *GIConv;
55 GIConv g_iconv_open (const gchar *to_codeset,
57 gsize g_iconv (GIConv converter,
62 gint g_iconv_close (GIConv converter);
74 GIConv converter,
gconvert.c 126 * Return value: a "conversion descriptor", or (GIConv)-1 if
129 GIConv
161 return (cd == (iconv_t)-1) ? (GIConv)-1 : (GIConv)cd;
163 return (GIConv) -1;
185 g_iconv (GIConv converter,
216 g_iconv_close (GIConv converter)
236 GIConv cd;
275 iconv_cache_bucket_new (gchar *key, GIConv cd)
367 static GIConv
    [all...]
giochannel.c 94 channel->read_cd = (GIConv) -1;
95 channel->write_cd = (GIConv) -1;
145 if (channel->read_cd != (GIConv) -1)
147 if (channel->write_cd != (GIConv) -1)
978 if (channel->read_cd != (GIConv) -1)
980 if (channel->write_cd != (GIConv) -1)
1158 GIConv read_cd, write_cd;
    [all...]
giochannel.h 115 GIConv read_cd;
116 GIConv write_cd;
129 guint do_encode : 1; /* The encoding uses the GIConv coverters */
  /external/webkit/Source/WebCore/platform/text/gtk/
TextCodecGtk.cpp 65 GIConv tester;
68 if (tester == reinterpret_cast<GIConv>(-1)) {
74 if (tester == reinterpret_cast<GIConv>(-1)) {
501 LOG_ERROR("GIConv conversion error, Code %d: \"%s\"", error->code, error->message);
571 LOG_ERROR("GIConv conversion error, Code %d: \"%s\"", error->code, error->message);

Completed in 2180 milliseconds