Searched refs:get_quoted_string (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/test/test_email/ |
D | test__header_value_parser.py | 734 qs = self._test_get_x(parser.get_quoted_string, 741 qs = self._test_get_x(parser.get_quoted_string, 747 qs = self._test_get_x(parser.get_quoted_string, 755 qs = self._test_get_x(parser.get_quoted_string, 764 qs = self._test_get_x(parser.get_quoted_string, 772 qs = self._test_get_x(parser.get_quoted_string, 780 qs = self._test_get_x(parser.get_quoted_string, 788 qs = self._test_get_x(parser.get_quoted_string, 797 qs = self._test_get_x(parser.get_quoted_string, 806 parser.get_quoted_string(' (ab) xyz') [all …]
|
/third_party/ltp/scripts/ |
D | checkpatch.pl | 1599 sub get_quoted_string { subroutine 6097 my $extracted_string = get_quoted_string($line, $rawline); 6130 get_quoted_string($line, $rawline) =~ /\b$context_function\b/ && 6131 length(get_quoted_string($line, $rawline)) != (length($context_function) + 2)) { 6698 my $fmt = get_quoted_string($line, $rawline); 6723 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0)); 7384 my $extracted_string = get_quoted_string($line, $rawline);
|
/third_party/python/Lib/email/ |
D | _header_value_parser.py | 1283 def get_quoted_string(value): function 1396 token, value = get_quoted_string(value) 2403 token, value = get_quoted_string(value) 2456 qstring, remainder = get_quoted_string(value)
|