Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.in.h77 #define g_ascii_isgraph(c) \ macro
/third_party/glib/docs/reference/glib/
Dglib-overrides.txt236 <NAME>g_ascii_isgraph</NAME>
Dglib-sections.txt1746 g_ascii_isgraph
/third_party/glib/glib/
Dgstrfuncs.h68 #define g_ascii_isgraph(c) \ macro
Dguri.c353 else if (just_normalize && (!g_ascii_isgraph (*s))) in uri_decoder()
/third_party/libsoup/libsoup/
Dsoup-uri.c849 if (!g_ascii_isgraph (*s) && in uri_normalized_copy()
863 if (g_ascii_isgraph (*s) || in uri_normalized_copy()