Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/scripts/
Dcheck_files.py292 GOOD_CHARACTERS_RE = re.compile(r'[\w{}]+\Z'.format(GOOD_CHARACTERS)) variable in UnicodeIssueTracker
304 return not self.GOOD_CHARACTERS_RE.match(text)