Home
last modified time | relevance | path

Searched defs:C_isnotspace (Results 1 – 4 of 4) sorted by relevance

/dports/databases/xapian-core/xapian-core-1.4.18/common/
H A Dstringutils.h176 inline bool C_isnotspace(char ch) { return !C_isspace(ch); } in C_isnotspace() function
/dports/www/xapian-omega/xapian-omega-1.4.18/common/
H A Dstringutils.h176 inline bool C_isnotspace(char ch) { return !C_isspace(ch); } in C_isnotspace() function
/dports/databases/xapian-core12/xapian-core-1.2.25/common/
H A Dstringutils.h193 inline bool C_isnotspace(char ch) { return !C_isspace(ch); } in C_isnotspace() function
/dports/www/xapian-omega12/xapian-omega-1.2.25/common/
H A Dstringutils.h193 inline bool C_isnotspace(char ch) { return !C_isspace(ch); } in C_isnotspace() function