Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
DUnicodeGLib.cpp44 utf8caseFolded.set(g_utf8_casefold(utf8char.get(), -1)); in foldCase()
106 return convertCase(result, resultLength, src, srcLength, error, g_utf8_casefold); in foldCase()
175 foldedA.set(g_utf8_casefold(utf8a.get(), -1)); in umemcasecmp()
176 foldedB.set(g_utf8_casefold(utf8b.get(), -1)); in umemcasecmp()
/external/webkit/Source/WebCore/platform/gtk/
DPopupMenuGtk.cpp183 …GOwnPtr<gchar> searchStringWithCaseFolded(g_utf8_casefold(m_currentSearchString.utf8().data(), -1)… in typeAheadFind()
214 …GOwnPtr<gchar> itemText(g_utf8_casefold(gtk_menu_item_get_label(GTK_MENU_ITEM(currentChild->data))… in typeAheadFind()
/external/bluetooth/glib/tests/
Dunicode-caseconv.c116 convert = g_utf8_casefold (test, -1); in main()
/external/bluetooth/glib/glib/
Dgunicode.h367 gchar *g_utf8_casefold (const gchar *str,
Dgfileutils.c236 pathext = g_utf8_casefold (pathext, -1); in g_file_test()
238 lastdot = g_utf8_casefold (lastdot, -1); in g_file_test()
Dguniprop.c1166 g_utf8_casefold (const gchar *str, in g_utf8_casefold() function
Dgaliasdef.c3493 #undef g_utf8_casefold
3494 extern __typeof (g_utf8_casefold) g_utf8_casefold __attribute((alias("IA__g_utf8_casefold"), visibi…
Dgalias.h3482 extern __typeof (g_utf8_casefold) IA__g_utf8_casefold __attribute((visibility("hidden"))) G_GNUC_MA…
3483 #define g_utf8_casefold IA__g_utf8_casefold macro
/external/bluetooth/glib/gio/
Dgcontenttype.c1380 case_folded = g_utf8_casefold (name, -1); in component_match()
1465 case_folded = g_utf8_casefold (e->components[i], -1); in enumerator_new()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2491 g_utf8_casefold
/external/bluetooth/glib/
DChangeLog.pre-2-61516 * glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
DChangeLog.pre-2-4737 * glib/guniprop.c (g_utf8_casefold): Add a NULL check
DChangeLog.pre-2-02496 g_utf8_casefold, g_utf8_strup, g_utf8_strdown.