Home
last modified time | relevance | path

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

/external/chromium_org/base/strings/
Dstring_tokenizer.h123 void set_quote_chars(const str& quotes) { quotes_ = quotes; } in set_quote_chars()
129 if (quotes_.empty() && options_ == 0) in GetNext()
214 return quotes_.find(c) != str::npos; in IsQuote()
247 str quotes_; variable