Searched refs:UNICODE_CHARS_PATTERN (Results 1 – 1 of 1) sorted by relevance
192 UNICODE_CHARS_PATTERN = re.compile('[^\\\\\\n"]+') variable in Lexer252 match = cls.UNICODE_CHARS_PATTERN.match(buf, pos)