Searched refs:atext (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/bench/ |
D | TypefaceBench.cpp | 17 static const char* atext[] = { variable 309 DEF_BENCH(return new UtfToGlyph(SkTextEncoding::kUTF32, atext, SK_ARRAY_COUNT(atext), 311 DEF_BENCH(return new UtfToGlyph(SkTextEncoding::kUTF16, atext, SK_ARRAY_COUNT(atext), 313 DEF_BENCH(return new UtfToGlyph(SkTextEncoding::kUTF8, atext, SK_ARRAY_COUNT(atext),
|
/third_party/python/Lib/email/ |
D | _header_value_parser.py | 1196 atext = m.group() 1197 value = value[len(atext):] 1198 atext = ValueTerminal(atext, 'atext') 1199 _validate_xtext(atext) 1200 return atext, value
|
/third_party/python/Lib/test/test_email/ |
D | test__header_value_parser.py | 509 atext = self._test_get_x(parser.get_atext, 511 self.assertEqual(atext.token_type, 'atext') 514 atext = self._test_get_x(parser.get_atext, self.rfc_atext_chars, 531 atext = self._test_get_x(parser.get_atext, 534 self.assertEqual(atext.defects[0].non_printables[0], '\x00')
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput1 | 5892 # <atext> group, slash is coded as \x{2f} so that this pattern can also be 5907 (?<atext> [a-z\d!#\$%&'*+-\x{2f}=?^_`{|}~] ) 5908 (?<atom> (?&CFWS)?+ (?&atext)+ (?&CFWS)?+ ) 5920 (?<dot_atom_text> (?&atext)++ (?: \. (?&atext)++)*+ )
|
D | testoutput1 | 9446 # <atext> group, slash is coded as \x{2f} so that this pattern can also be 9461 (?<atext> [a-z\d!#\$%&'*+-\x{2f}=?^_`{|}~] ) 9462 (?<atom> (?&CFWS)?+ (?&atext)+ (?&CFWS)?+ ) 9474 (?<dot_atom_text> (?&atext)++ (?: \. (?&atext)++)*+ )
|
/third_party/node/tools/lint-md/ |
D | lint-md.mjs | 9544 return atext(code) 9546 function atext(code) { function 9549 return atext 11147 function findEmail(_, atext, label, match) { argument 11157 url: 'mailto:' + atext + '@' + label, 11158 children: [{type: 'text', value: atext + '@' + label}]
|