Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_email/
Dtest__header_value_parser.py682 qs = self._test_get_x(parser.get_quoted_string,
689 qs = self._test_get_x(parser.get_quoted_string,
695 qs = self._test_get_x(parser.get_quoted_string,
703 qs = self._test_get_x(parser.get_quoted_string,
712 qs = self._test_get_x(parser.get_quoted_string,
720 qs = self._test_get_x(parser.get_quoted_string,
728 qs = self._test_get_x(parser.get_quoted_string,
736 qs = self._test_get_x(parser.get_quoted_string,
745 qs = self._test_get_x(parser.get_quoted_string,
754 parser.get_quoted_string(' (ab) xyz')
[all …]
/external/u-boot/scripts/
Dcheckpatch.pl1298 sub get_quoted_string { subroutine
5283 my $extracted_string = get_quoted_string($line, $rawline);
5316 get_quoted_string($line, $rawline) =~ /\b$context_function\b/ &&
5317 length(get_quoted_string($line, $rawline)) != (length($context_function) + 2)) {
5807 my $fmt = get_quoted_string($line, $rawline);
5831 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
6451 my $extracted_string = get_quoted_string($line, $rawline);
/external/python/cpython3/Lib/email/
D_header_value_parser.py1230 def get_quoted_string(value): function
1340 token, value = get_quoted_string(value)
2233 token, value = get_quoted_string(value)
2286 qstring, remainder = get_quoted_string(value)