Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
Dtest_tokenizer.py127 _surrogateRe = re.compile(r"\\u([0-9A-Fa-f]{4})(?:\\u([0-9A-Fa-f]{4}))?") variable
152 return _surrogateRe.sub(repl, inp)