Searched defs:is_whitespace (Results 1 – 15 of 15) sorted by relevance
648 let is_whitespace = |b: u8| b == b' ' || b == b'\r' || b == b'\n'; in decode_std() localVariable683 let is_whitespace = |b: u8| b == b' ' || b == b'\r' || b == b'\n'; in decode_tokio_02() localVariable719 let is_whitespace = |b: u8| b == b' ' || b == b'\r' || b == b'\n'; in decode_tokio_03() localVariable755 let is_whitespace = |b: u8| b == b' ' || b == b'\r' || b == b'\n'; in decode_tokio() localVariable788 let is_whitespace = |b: u8| b == b' ' || b == b'\r' || b == b'\n'; in decode_async_std() localVariable819 let is_whitespace = |b: u8| b == b' ' || b == b'\r' || b == b'\n'; in decode_loop() localVariable
62 fn is_whitespace(ch: char) -> bool { in is_whitespace() function
49 bool is_whitespace = IsWhitespace(codepoint); in TokenizeOnWhiteSpacePunctuationAndChineseLetter() local
259 bool is_whitespace = true; in ICUTokenize() local297 UnicodeText::const_iterator it, bool is_whitespace = false) { in NumberTokenize()
117 let is_whitespace = *c == ' '; in parse_process_state() localVariable
30 inline static bool is_whitespace(char c) { in is_whitespace() function
58 inline static bool is_whitespace(char c) { in is_whitespace() function
60 inline char is_whitespace(char c) { in is_whitespace() function
66 static int is_whitespace(const char *str) in is_whitespace() function
30 static bool is_whitespace(char c) { in is_whitespace() function
141 fn is_whitespace(ch: char) -> bool { in is_whitespace() function
138 pub fn is_whitespace(&self) -> bool { in is_whitespace() method
136 static bool is_whitespace(char c) { in is_whitespace() function
211 bool is_whitespace; member
168 static bool is_whitespace(Token::Kind kind) { in is_whitespace() function