Home
last modified time | relevance | path

Searched refs:IsQuote (Results 1 – 3 of 3) sorted by relevance

/external/chromium/base/
Dstring_tokenizer.h212 bool IsQuote(char_type c) const { in IsQuote() function
236 state->in_quote = IsQuote(state->quote_char = c); in AdvanceOne()
/external/chromium/net/http/
Dhttp_util.cc369 bool HttpUtil::IsQuote(char c) { in IsQuote() function in net::HttpUtil
383 if (!IsQuote(*begin)) in Unquote()
747 if (HttpUtil::IsQuote(*it)) in GetNext()
763 if (HttpUtil::IsQuote(*value_begin_)) { in GetNext()
Dhttp_util.h99 static bool IsQuote(char c);