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

  /external/libchrome/base/strings/
string_tokenizer_unittest.cc 156 t.set_quote_chars("'");
176 t.set_quote_chars("'");
190 t.set_quote_chars("'\"");
207 t.set_quote_chars("'");
221 t.set_quote_chars("'");
string_tokenizer.h 48 // t.set_quote_chars("\"");
123 void set_quote_chars(const str& quotes) { quotes_ = quotes; } function in class:base::StringTokenizerT

Completed in 73 milliseconds