Home
last modified time | relevance | path

Searched refs:BOM_UTF32_LE (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A Dcodecs.py23 "BOM_UTF32", "BOM_UTF32_LE", "BOM_UTF32_BE",
53 BOM_UTF32_LE = b'\xff\xfe\x00\x00' variable
64 BOM_UTF32 = BOM_UTF32_LE
77 BOM64_LE = BOM_UTF32_LE
/third_party/python/Lib/json/
H A D__init__.py246 if bstartswith((codecs.BOM_UTF32_BE, codecs.BOM_UTF32_LE)):
/third_party/python/Lib/test/test_json/
H A Dtest_unicode.py61 ('utf-32le', codecs.BOM_UTF32_LE),

Completed in 3 milliseconds