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

  /external/libchrome/base/strings/
string_tokenizer.h 218 bool in_quote; member in struct:base::StringTokenizerT::AdvanceState
221 AdvanceState() : in_quote(false), in_escape(false), quote_char('\0') {}
226 if (state->in_quote) {
232 state->in_quote = false;
237 state->in_quote = IsQuote(state->quote_char = c);
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
jsmin_2_0_9.py 103 in_quote = ''
123 in_quote = previous
137 if in_quote:
156 elif in_quote:
159 if next1 == in_quote:
167 in_quote = ''
221 in_quote = next1
  /toolchain/binutils/binutils-2.27/binutils/
dllwrap.c 355 int in_quote; local
377 in_quote = (*s == '\'' || *s == '"');
378 sep = (in_quote) ? *s++ : ' ';
385 if (in_quote)
    [all...]
resrc.c 206 int in_quote;
231 in_quote = (*s == '\'' || *s == '"');
232 sep = (in_quote) ? *s++ : ' ';
243 if (in_quote)
205 int in_quote; local
    [all...]
  /external/selinux/libsemanage/src/
semanage_store.c 1263 int num_args = 0, in_quote = 0, in_dquote = 0, rc; local
1294 } else if (in_quote) {
1295 in_quote = 0;
1297 in_quote = 1;
1306 if (in_quote) {
    [all...]

Completed in 197 milliseconds