Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
Dencoder.py16 HAS_UTF8 = re.compile(r'[\x80-\xff]') variable
46 if isinstance(s, str) and HAS_UTF8.search(s) is not None:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
Dencoder.py16 HAS_UTF8 = re.compile(r'[\x80-\xff]') variable
47 if isinstance(s, str) and HAS_UTF8.search(s) is not None: