Searched refs:IsQuote (Results 1 – 3 of 3) sorted by relevance
212 bool IsQuote(char_type c) const { in IsQuote() function236 state->in_quote = IsQuote(state->quote_char = c); in AdvanceOne()
369 bool HttpUtil::IsQuote(char c) { in IsQuote() function in net::HttpUtil383 if (!IsQuote(*begin)) in Unquote()747 if (HttpUtil::IsQuote(*it)) in GetNext()763 if (HttpUtil::IsQuote(*value_begin_)) { in GetNext()
99 static bool IsQuote(char c);