Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgcontenttype.c1361 gchar **case_components; member
1383 found = strcmp (key, e->case_components[depth]) == 0; in component_match()
1462 e->case_components = g_new0 (char *, e->depth + 1); in enumerator_new()
1466 e->case_components[i] = g_utf8_collate_key (case_folded, -1); in enumerator_new()
1499 if (e->case_components) in enumerator_free()
1500 g_strfreev (e->case_components); in enumerator_free()