Home
last modified time | relevance | path

Searched refs:atext (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/bench/
DTypefaceBench.cpp17 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.py1196 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/
Dtest__header_value_parser.py509 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/
Dtestinput15892 # <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)++)*+ )
Dtestoutput19446 # <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/
Dlint-md.mjs9544 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}]