Home
last modified time | relevance | path

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

/development/vndk/tools/sourcedr/sourcedr/blueprint/
Dblueprint.py192 UNICODE_CHARS_PATTERN = re.compile('[^\\\\\\n"]+') variable in Lexer
252 match = cls.UNICODE_CHARS_PATTERN.match(buf, pos)