Searched defs:RETURN_DELIMS (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dstring_tokenizer.h63 // t.set_options(StringTokenizer::RETURN_DELIMS);
98 RETURN_DELIMS = 1 << 0, enumerator in enum:StringTokenizerT::__anon1604
140 // with the RETURN_DELIMS option, this method can be used to check if the
197 if (options_ & RETURN_DELIMS) {

Completed in 60 milliseconds