Home
last modified time | relevance | path

Searched refs:quote_char (Results 1 – 3 of 3) sorted by relevance

/external/chromium/base/
Dstring_tokenizer.h219 char_type quote_char; member
230 } else if (c == state->quote_char) { in AdvanceOne()
236 state->in_quote = IsQuote(state->quote_char = c); in AdvanceOne()
/external/dbus/dbus/
Ddbus-shell.c47 char quote_char; in unquote_string_inplace() local
51 quote_char = *s; in unquote_string_inplace()
62 if (quote_char == '"') in unquote_string_inplace()
/external/dbus/bus/
Dsignals.c505 char quote_char; in find_value() local
516 quote_char = '\0'; in find_value()
520 if (quote_char == '\0') in find_value()
528 quote_char = '\''; in find_value()
536 quote_char = '\\'; in find_value()
547 else if (quote_char == '\\') in find_value()
565 quote_char = '\0'; in find_value()
569 _dbus_assert (quote_char == '\''); in find_value()
573 quote_char = '\0'; in find_value()
591 if (quote_char == '\\') in find_value()
[all …]