OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsQuote
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/base/strings/
string_tokenizer.h
213
bool
IsQuote
(char_type c) const {
237
state->in_quote =
IsQuote
(state->quote_char = c);
/external/chromium_org/net/http/
http_util.cc
422
bool HttpUtil::
IsQuote
(char c) {
452
if (!
IsQuote
(*begin))
885
if (HttpUtil::
IsQuote
(*it))
901
if (HttpUtil::
IsQuote
(*value_begin_)) {
http_util.h
112
static bool
IsQuote
(char c);
Completed in 134 milliseconds