Home
last modified time | relevance | path

Searched refs:G_CONVERT_ERROR_NO_CONVERSION (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/glib/
Dgconvert.h56 G_CONVERT_ERROR_NO_CONVERSION, enumerator
Dgconvert.c320 g_set_error (error, G_CONVERT_ERROR, G_CONVERT_ERROR_NO_CONVERSION, in open_converter()
Dgiochannel.c1400 g_set_error (error, G_CONVERT_ERROR, G_CONVERT_ERROR_NO_CONVERSION, in g_io_channel_set_encoding()
/third_party/glib/tests/
Diochannel-test.c93 if (gerr->code != G_CONVERT_ERROR_NO_CONVERSION) in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dtags.c461 if (err->code == G_CONVERT_ERROR_NO_CONVERSION) { in gst_tag_freeform_string_to_utf8()
/third_party/glib/glib/tests/
Dconvert.c47 if (error && error->code == G_CONVERT_ERROR_NO_CONVERSION) in test_iconv_state()