Home | Sort by relevance Sort by last modified time |
/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...] |