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

  /external/chromium_org/base/strings/
string_tokenizer.h 220 char_type quote_char; member in struct:base::StringTokenizerT::AdvanceState
221 AdvanceState() : in_quote(false), in_escape(false), quote_char('\0') {}
231 } else if (c == state->quote_char) {
237 state->in_quote = IsQuote(state->quote_char = c);
  /external/chromium/base/
string_tokenizer.h 219 char_type quote_char; member in struct:StringTokenizerT::AdvanceState
230 } else if (c == state->quote_char) {
236 state->in_quote = IsQuote(state->quote_char = c);
  /external/chromium_org/tools/gn/
tokenizer.h 56 bool IsCurrentStringTerminator(char quote_char) const;
tokenizer.cc 256 bool Tokenizer::IsCurrentStringTerminator(char quote_char) const {
258 if (cur_char() != quote_char)
  /external/chromium_org/chrome_frame/
html_utils.cc 211 wchar_t quote_char; member in struct:ScanState
297 } else if (*tag->end_ == state.quote_char) {
301 state.in_quote = IsQuote(state.quote_char = *tag->end_);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py     [all...]

Completed in 504 milliseconds