HomeSort by relevance Sort by last modified time
    Searched defs:IsQuote (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
string_tokenizer.h 212 bool IsQuote(char_type c) const {
236 state->in_quote = IsQuote(state->quote_char = c);
  /external/chromium/net/http/
http_util.cc 369 bool HttpUtil::IsQuote(char c) {
383 if (!IsQuote(*begin))
747 if (HttpUtil::IsQuote(*it))
763 if (HttpUtil::IsQuote(*value_begin_)) {

Completed in 476 milliseconds