Home
last modified time | relevance | path

Searched defs:_nonascii_re (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dmacro_collector.py331 _nonascii_re = re.compile(rb'[^\x00-\x7f]+') variable in PSAMacroCollector
483 _nonascii_re = re.compile(rb'[^\x00-\x7f]+') #type: Pattern variable in InputsForTest