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

  /external/libchrome/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);
  /hardware/qcom/msm8998/json-c/
json_tokener.h 85 char quote_char; member in struct:json_tokener
  /external/python/cpython3/Python/
ast.c 4416 char quote_char = 0; local
    [all...]

Completed in 114 milliseconds