Searched refs:g_ascii_strcasecmp (Results 1 - 18 of 18) sorted by relevance

/external/bluetooth/bluez/audio/
H A Dgstsbcutil.c250 if (g_ascii_strcasecmp(mode, "joint") == 0)
252 else if (g_ascii_strcasecmp(mode, "stereo") == 0)
254 else if (g_ascii_strcasecmp(mode, "dual") == 0)
256 else if (g_ascii_strcasecmp(mode, "mono") == 0)
258 else if (g_ascii_strcasecmp(mode, "auto") == 0)
280 if (g_ascii_strcasecmp(allocation, "loudness") == 0)
282 else if (g_ascii_strcasecmp(allocation, "snr") == 0)
/external/bluetooth/glib/gmodule/
H A Dgmodule-win32.c250 if (k > 4 && g_ascii_strcasecmp (module_name + k - 4, ".dll") == 0)
263 else if (k > 4 && g_ascii_strcasecmp (module_name + k - 4, ".dll") == 0)
/external/bluetooth/glib/tests/
H A Dtestglib.c1403 g_print ("checking g_ascii_strcasecmp...");
1404 g_assert (g_ascii_strcasecmp ("FroboZZ", "frobozz") == 0);
1405 g_assert (g_ascii_strcasecmp ("frobozz", "frobozz") == 0);
1406 g_assert (g_ascii_strcasecmp ("frobozz", "FROBOZZ") == 0);
1407 g_assert (g_ascii_strcasecmp ("FROBOZZ", "froboz") > 0);
1408 g_assert (g_ascii_strcasecmp ("", "") == 0);
1409 g_assert (g_ascii_strcasecmp ("!#%&/()", "!#%&/()") == 0);
1410 g_assert (g_ascii_strcasecmp ("a", "b") < 0);
1411 g_assert (g_ascii_strcasecmp ("a", "B") < 0);
1412 g_assert (g_ascii_strcasecmp ("
[all...]
/external/bluetooth/glib/glib/
H A Dgstrfuncs.h159 gint g_ascii_strcasecmp (const gchar *s1,
H A Dgconvert.c1825 g_ascii_strcasecmp (*hostname, "localhost") == 0)
1927 if (hostname && g_ascii_strcasecmp (hostname, "localhost") == 0)
H A Dgutils.c652 if (!g_ascii_strcasecmp (string, "all"))
657 else if (!g_ascii_strcasecmp (string, "help"))
H A Dgkeyfile.c723 if (g_ascii_strcasecmp (key_file->locales[i], locale) == 0)
891 if (g_ascii_strcasecmp (value, "UTF-8") != 0)
H A Dgaliasdef.c2741 #undef g_ascii_strcasecmp macro
2742 extern __typeof (g_ascii_strcasecmp) g_ascii_strcasecmp __attribute((alias("IA__g_ascii_strcasecmp"), visibility("default")));
H A Dgstrfuncs.c1965 * g_ascii_strcasecmp:
1987 g_ascii_strcasecmp (const gchar *s1, function
2020 * The same warning as in g_ascii_strcasecmp() applies: Use this
H A Dgalias.h2730 extern __typeof (g_ascii_strcasecmp) IA__g_ascii_strcasecmp __attribute((visibility("hidden")));
2731 #define g_ascii_strcasecmp IA__g_ascii_strcasecmp macro
/external/bluetooth/glib/gio/win32/
H A Dgwinhttpfile.c152 return (g_ascii_strcasecmp (uri_scheme, "http") == 0 ||
153 g_ascii_strcasecmp (uri_scheme, "https") == 0);
/external/webkit/WebCore/platform/graphics/gtk/
H A DWebKitWebSourceGStreamer.cpp367 if (!g_ascii_strcasecmp("movies.apple.com", url.host().utf8().data()))
631 priv->seekable = length > 0 && g_ascii_strcasecmp("none", response.httpHeaderField("Accept-Ranges").utf8().data());
/external/bluetooth/glib/gio/fen/
H A Dfen-node.c334 if (g_ascii_strcasecmp (d->filename, NODE_NAME(node)) == 0) {
/external/webkit/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp1531 if (!g_ascii_strcasecmp(attribute, "DocType") && coreDocument->doctype())
1533 else if (!g_ascii_strcasecmp(attribute, "Encoding"))
1535 else if (!g_ascii_strcasecmp(attribute, "URI"))
/external/bluetooth/glib/gio/
H A Dgdummyfile.c394 return g_ascii_strcasecmp (uri_scheme, dummy->decoded_uri->scheme) == 0;
H A Dgcontenttype.c116 if (g_ascii_strcasecmp (type1, type2) == 0)
H A Dglocalfile.c350 return g_ascii_strcasecmp (uri_scheme, "file") == 0;
/external/webkit/WebKitTools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp202 return g_ascii_strcasecmp(webkit_web_history_item_get_target(WEBKIT_WEB_HISTORY_ITEM(item1)),

Completed in 210 milliseconds