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

/external/libchrome/base/strings/
H A Dstring_tokenizer.h220 char_type quote_char; member in struct:base::StringTokenizerT::AdvanceState
221 AdvanceState() : in_quote(false), in_escape(false), quote_char('\0') {}
231 } else if (c == state->quote_char) {
237 state->in_quote = IsQuote(state->quote_char = c);
/external/python/cpython2/Lib/test/
H A Dtest_urllib2.py1128 def test_basic_auth(self, quote_char='"'):
1135 (quote_char, realm, quote_char) )
1145 self.test_basic_auth(quote_char="'")
/external/python/cpython3/Lib/test/
H A Dtest_urllib2.py1440 def test_basic_auth(self, quote_char='"'):
1447 (quote_char, realm, quote_char))
1457 self.test_basic_auth(quote_char="'")
/external/python/cpython3/Python/
H A Dast.c4416 char quote_char = 0; local
4443 if (quote_char)
4457 if (quote_char) {
4468 if (ch == quote_char) {
4476 quote_char = 0;
4481 quote_char = 0;
4496 quote_char = ch;
4527 if (quote_char) {

Completed in 198 milliseconds