Searched refs:is_ws (Results 1 – 14 of 14) sorted by relevance
181 bool is_ws = false; in RemoveExtraAsciiWhitespace() local184 if (is_ws) { in RemoveExtraAsciiWhitespace()186 is_ws = absl::ascii_isspace(*input_it); in RemoveExtraAsciiWhitespace()187 if (is_ws) --output_it; in RemoveExtraAsciiWhitespace()189 is_ws = absl::ascii_isspace(*input_it); in RemoveExtraAsciiWhitespace()
18 static inline bool is_ws(int c) in is_ws() function30 return is_ws(c) || c == ',' || c == ';'; in is_sep()53 while (is_ws(*str)) in skip_ws()128 if (*str == 0 || is_ws(*str)) in FindHex()
14 static inline bool is_ws(int c) { in is_ws() function23 return is_ws(c) || c == ','; in is_sep()36 while (is_ws(*str)) in skip_ws()
253 static inline bool is_ws(char c) { return g_token_flags[static_cast<uint8_t>(c)] & 0x02; } in is_ws() function260 while (is_ws(*p)) ++p; in skip_ws()303 while (p_stop > p && is_ws(*p_stop)) --p_stop; in parse()
261 static inline bool is_ws(char c) { return g_token_flags[static_cast<uint8_t>(c)] & 0x02; } in is_ws() function268 while (is_ws(*p)) ++p; in skip_ws()311 while (p_stop > p && is_ws(*p_stop)) --p_stop; in parse()
320 int is_ws = !!strchr(WHITESPACES, *src); in av_bprint_escape() local324 (is_ws && (flags & AV_ESCAPE_FLAG_WHITESPACE)); in av_bprint_escape()328 (is_special || (is_ws && is_first_last)))) in av_bprint_escape()
25 inline bool is_ws(char c) { in is_ws() function30 return is_ws(c) || c == ',' || c == ';'; in is_sep()56 return this->advanceWhile(is_ws); in parseWSToken()
26 inline bool is_ws(char c) { in is_ws() function31 return is_ws(c) || c == ',' || c == ';'; in is_sep()76 return this->advanceWhile(is_ws); in parseWSToken()652 this->advanceWhile(is_ws); in parse()
18 bool is_ws(char c) const { in is_ws() function
18 bool is_ws(wchar_t c) const { in is_ws() function
413 while (have(&Encoding::is_ws)) { in skip_ws()