Searched refs:g_utf8_casefold (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/ |
D | UnicodeGLib.cpp | 44 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/ |
D | PopupMenuGtk.cpp | 183 …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/ |
D | unicode-caseconv.c | 116 convert = g_utf8_casefold (test, -1); in main()
|
/external/bluetooth/glib/glib/ |
D | gunicode.h | 367 gchar *g_utf8_casefold (const gchar *str,
|
D | gfileutils.c | 236 pathext = g_utf8_casefold (pathext, -1); in g_file_test() 238 lastdot = g_utf8_casefold (lastdot, -1); in g_file_test()
|
D | guniprop.c | 1166 g_utf8_casefold (const gchar *str, in g_utf8_casefold() function
|
D | galiasdef.c | 3493 #undef g_utf8_casefold 3494 extern __typeof (g_utf8_casefold) g_utf8_casefold __attribute((alias("IA__g_utf8_casefold"), visibi…
|
D | galias.h | 3482 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/ |
D | gcontenttype.c | 1380 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/ |
D | glib-sections.txt | 2491 g_utf8_casefold
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-6 | 1516 * glib/guniprop.c (g_utf8_casefold): Avoid an unnecessary
|
D | ChangeLog.pre-2-4 | 737 * glib/guniprop.c (g_utf8_casefold): Add a NULL check
|
D | ChangeLog.pre-2-0 | 2496 g_utf8_casefold, g_utf8_strup, g_utf8_strdown.
|