Searched defs:is_blank (Results 1 – 8 of 8) sorted by relevance
116 fn is_blank(s: &str) -> bool { in is_blank() function
457 pub const fn is_blank(self) -> bool { in is_blank() method511 pub fn is_blank(self) -> bool { in is_blank() method
164 #define is_blank(c) ((c)==C_BLANK) macro
56 auto is_blank = [](char ch) { return ch == '.'; }; in InitializeWithStrings() local
247 inline bool is_blank(::boost::uint32_t ch) in is_blank() function
244 pub fn is_blank(&self, index: NodeIndex) -> Result<bool, MlsError> { in is_blank() method
188 fn is_blank(c: char) -> bool { in is_blank() function
1468 boolean is_blank = STREQ (str, "blank"); local