Home
last modified time | relevance | path

Searched refs:_escapedHexChar (Results 1 – 2 of 2) sorted by relevance

/external/python/setuptools/pkg_resources/_vendor/
Dpyparsing.py4716 _escapedHexChar = Regex(r"\\0?[xX][0-9a-fA-F]+").setParseAction(lambda s,l,t:unichr(int(t[0].lstrip… variable
4718 _singleChar = _escapedPunc | _escapedHexChar | _escapedOctChar | Word(printables, excludeChars=r'\]…
/external/python/setuptools/setuptools/_vendor/
Dpyparsing.py4716 _escapedHexChar = Regex(r"\\0?[xX][0-9a-fA-F]+").setParseAction(lambda s,l,t:unichr(int(t[0].lstrip… variable
4718 _singleChar = _escapedPunc | _escapedHexChar | _escapedOctChar | Word(printables, excludeChars=r'\]…