Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dcodecs.py53 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/test/test_json/
Dtest_unicode.py61 ('utf-32le', codecs.BOM_UTF32_LE),
/third_party/python/Lib/json/
D__init__.py246 if bstartswith((codecs.BOM_UTF32_BE, codecs.BOM_UTF32_LE)):
/third_party/python/Doc/library/
Dcodecs.rst265 BOM_UTF32_LE
/third_party/python/Misc/
DHISTORY22949 BOM_UTF32, BOM_UTF32_LE and BOM_UTF32_BE that represent the Byte