Searched refs:atext (Results 1 – 5 of 5) sorted by relevance
/external/skia/bench/ |
D | TypefaceBench.cpp | 18 static const char* atext[] = { variable 310 DEF_BENCH(return new UtfToGlyph(SkTextEncoding::kUTF32, atext, SK_ARRAY_COUNT(atext), 312 DEF_BENCH(return new UtfToGlyph(SkTextEncoding::kUTF16, atext, SK_ARRAY_COUNT(atext), 314 DEF_BENCH(return new UtfToGlyph(SkTextEncoding::kUTF8, atext, SK_ARRAY_COUNT(atext),
|
/external/python/cpython3/Lib/email/ |
D | _header_value_parser.py | 1152 atext = m.group() 1153 value = value[len(atext):] 1154 atext = ValueTerminal(atext, 'atext') 1155 _validate_xtext(atext) 1156 return atext, value
|
/external/python/cpython3/Lib/test/test_email/ |
D | test__header_value_parser.py | 462 atext = self._test_get_x(parser.get_atext, 464 self.assertEqual(atext.token_type, 'atext') 467 atext = self._test_get_x(parser.get_atext, self.rfc_atext_chars, 484 atext = self._test_get_x(parser.get_atext, 487 self.assertEqual(atext.defects[0].non_printables[0], '\x00')
|
/external/pcre/dist2/testdata/ |
D | testinput1 | 5899 # <atext> group, slash is coded as \x{2f} so that this pattern can also be 5914 (?<atext> [a-z\d!#\$%&'*+-\x{2f}=?^_`{|}~] ) 5915 (?<atom> (?&CFWS)?+ (?&atext)+ (?&CFWS)?+ ) 5927 (?<dot_atom_text> (?&atext)++ (?: \. (?&atext)++)*+ )
|
D | testoutput1 | 9456 # <atext> group, slash is coded as \x{2f} so that this pattern can also be 9471 (?<atext> [a-z\d!#\$%&'*+-\x{2f}=?^_`{|}~] ) 9472 (?<atom> (?&CFWS)?+ (?&atext)+ (?&CFWS)?+ ) 9484 (?<dot_atom_text> (?&atext)++ (?: \. (?&atext)++)*+ )
|