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