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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
H A Dencoder.py16 HAS_UTF8 = re.compile(r'[\x80-\xff]') variable
46 if isinstance(s, str) and HAS_UTF8.search(s) is not None:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
H A Dencoder.py16 HAS_UTF8 = re.compile(r'[\x80-\xff]') variable
46 if isinstance(s, str) and HAS_UTF8.search(s) is not None:

Completed in 31 milliseconds