Searched refs:DBUS_IS_ASCII_BLANK (Results 1 – 3 of 3) sorted by relevance
114 #define DBUS_IS_ASCII_BLANK(c) ((c) == ' ' || (c) == '\t') macro
1931 if (!DBUS_IS_ASCII_BLANK (real->str[i])) in _dbus_string_skip_blank()
705 DBUS_IS_ASCII_BLANK, DBUS_IS_ASCII_WHITE macros and fix assertion