HomeSort by relevance Sort by last modified time
    Searched full:in_escape (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/strings/
string_tokenizer.h 219 bool in_escape; member in struct:base::StringTokenizerT::AdvanceState
221 AdvanceState() : in_quote(false), in_escape(false), quote_char('\0') {}
227 if (state->in_escape) {
228 state->in_escape = false;
230 state->in_escape = true;
  /external/qemu/qobject/
json-lexer.c 55 IN_ESCAPE,
239 [IN_ESCAPE] = {
263 ['%'] = IN_ESCAPE,
  /external/chromium_org/third_party/icu/source/test/intltest/
wbnf.cpp 822 if (c == 0 && state != START){//avoid buffer overflow. for IN_QUOE, IN_ESCAPE
    [all...]

Completed in 372 milliseconds