Home
last modified time | relevance | path

Searched refs:in_quote (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/base/strings/
Dstring_tokenizer.h218 bool in_quote; member
221 AdvanceState() : in_quote(false), in_escape(false), quote_char('\0') {} in AdvanceState()
226 if (state->in_quote) { in AdvanceOne()
232 state->in_quote = false; in AdvanceOne()
237 state->in_quote = IsQuote(state->quote_char = c); in AdvanceOne()
/external/chromium_org/third_party/cython/src/Cython/Build/
DDependencies.py253 in_quote = False
273 elif in_quote:
290 in_quote = False
317 in_quote = True