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

  /external/chromium/base/
string_tokenizer.h 63 // t.set_options(StringTokenizer::RETURN_DELIMS);
98 RETURN_DELIMS = 1 << 0,
140 // with the RETURN_DELIMS option, this method can be used to check if the
197 if (options_ & RETURN_DELIMS) {
  /external/chromium_org/base/strings/
string_tokenizer.h 64 // t.set_options(StringTokenizer::RETURN_DELIMS);
99 RETURN_DELIMS = 1 << 0,
141 // with the RETURN_DELIMS option, this method can be used to check if the
198 if (options_ & RETURN_DELIMS) {

Completed in 451 milliseconds