Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dstring_tokenizer.h211 bool IsQuote(char_type c) const { in IsQuote() function
235 state->in_quote = IsQuote(state->quote_char = c); in AdvanceOne()