Home
last modified time | relevance | path

Searched refs:quotes_ (Results 1 – 2 of 2) 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
/external/cronet/base/strings/
Dstring_tokenizer.h166 void set_quote_chars(const str& quotes) { quotes_ = quotes; } in set_quote_chars()
172 if (quotes_.empty() && options_ == 0) in GetNext()
313 bool IsQuote(char_type c) const { return quotes_.find(c) != str::npos; } in IsQuote()
346 str quotes_; variable