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

  /external/chromium/base/
string_tokenizer.h 47 // t.set_quote_chars("\"");
122 void set_quote_chars(const str& quotes) { quotes_ = quotes; } function in class:StringTokenizerT
  /external/chromium_org/base/strings/
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 98 milliseconds