Searched defs:asciiLetters (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/
H A Dconstants.py470 asciiLetters = frozenset(string.ascii_letters) variable
H A Dinputstream.py8 from .constants import EOF, spaceCharacters, asciiLetters, asciiUppercase namespace
27 asciiLettersBytes = frozenset([item.encode("ascii") for item in asciiLetters])
H A Dtokenizer.py12 from .constants import asciiLetters, asciiUpper2Lower namespace
201 (charStack[entityLength] in asciiLetters or
376 elif data in asciiLetters:
407 if data in asciiLetters:
464 if data in asciiLetters:
492 elif data in asciiLetters:
514 if data in asciiLetters:
542 elif data in asciiLetters:
567 if data in asciiLetters:
595 elif data in asciiLetters
[all...]

Completed in 307 milliseconds