Searched refs:g_ascii_tolower (Results 1 – 9 of 9) sorted by relevance
89 gchar g_ascii_tolower (gchar c) G_GNUC_CONST;
1463 g_ascii_tolower (*n) == g_ascii_tolower (*h)) in has_case_prefix()
1736 *s = g_ascii_tolower (*s); in g_ascii_strdown()1893 g_ascii_tolower (gchar c) in g_ascii_tolower() function
1244 *s = g_ascii_tolower (*s); in g_string_ascii_down()
2732 #undef g_ascii_tolower 2733 extern __typeof (g_ascii_tolower) g_ascii_tolower __attribute((alias("IA__g_ascii_tolower"), visibi…
2721 extern __typeof (g_ascii_tolower) IA__g_ascii_tolower __attribute((visibility("hidden"))) G_GNUC_CO…2722 #define g_ascii_tolower IA__g_ascii_tolower macro
565 *out++ = g_ascii_tolower (*in); in _g_decode_uri()
1195 g_ascii_tolower
1600 macro instead of g_ascii_tolower() (#107138)