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

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

Completed in 291 milliseconds