Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dstring_tokenizer.h218 char_type quote_char; member
219 AdvanceState() : in_quote(false), in_escape(false), quote_char('\0') {} in AdvanceState()
229 } else if (c == state->quote_char) { in AdvanceOne()
235 state->in_quote = IsQuote(state->quote_char = c); in AdvanceOne()
/external/python/cpython2/Lib/test/
Dtest_urllib2.py1128 def test_basic_auth(self, quote_char='"'): argument
1135 (quote_char, realm, quote_char) )
1145 self.test_basic_auth(quote_char="'")
/external/python/cpython3/Lib/test/
Dtest_urllib2.py1448 def test_basic_auth(self, quote_char='"'): argument
1455 (quote_char, realm, quote_char))
1465 self.test_basic_auth(quote_char="'")
/external/python/cpython3/Python/
Dast.c4475 char quote_char = 0; in fstring_find_expr() local
4502 if (quote_char) in fstring_find_expr()
4516 if (quote_char) { in fstring_find_expr()
4527 if (ch == quote_char) { in fstring_find_expr()
4535 quote_char = 0; in fstring_find_expr()
4540 quote_char = 0; in fstring_find_expr()
4555 quote_char = ch; in fstring_find_expr()
4586 if (quote_char) { in fstring_find_expr()