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

  /external/chromium/base/
string_tokenizer.h 182 char_type quote_char; member in struct:StringTokenizerT::AdvanceState
193 } else if (c == state->quote_char) {
199 state->in_quote = IsQuote(state->quote_char = c);
  /external/dbus/dbus/
dbus-shell.c 46 char quote_char; local
50 quote_char = *s;
61 if (quote_char == '"')
  /external/dbus/bus/
signals.c 473 char quote_char; local
484 quote_char = '\0';
488 if (quote_char == '\0')
496 quote_char = '\'';
504 quote_char = '\\';
515 else if (quote_char == '\\')
533 quote_char = '\0';
537 _dbus_assert (quote_char == '\'');
541 quote_char = '\0';
559 if (quote_char == '\\'
    [all...]

Completed in 64 milliseconds