Home
last modified time | relevance | path

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

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