Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dstring_tokenizer.h121 void set_quote_chars(const str& quotes) { quotes_ = quotes; } in set_quote_chars()
127 if (quotes_.empty() && options_ == 0) in GetNext()
212 return quotes_.find(c) != str::npos; in IsQuote()
245 str quotes_; variable