Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcodecs.py51 BOM_UTF32_LE = '\xff\xfe\x00\x00' variable
62 BOM_UTF32 = BOM_UTF32_LE
75 BOM64_LE = BOM_UTF32_LE
/external/python/cpython3/Lib/
Dcodecs.py53 BOM_UTF32_LE = b'\xff\xfe\x00\x00' variable
64 BOM_UTF32 = BOM_UTF32_LE
77 BOM64_LE = BOM_UTF32_LE
/external/python/cpython3/Lib/test/test_json/
Dtest_unicode.py61 ('utf-32le', codecs.BOM_UTF32_LE),
/external/python/cpython3/Lib/json/
D__init__.py246 if bstartswith((codecs.BOM_UTF32_BE, codecs.BOM_UTF32_LE)):
/external/python/cpython2/Doc/library/
Dcodecs.rst315 BOM_UTF32_LE
/external/python/cpython3/Doc/library/
Dcodecs.rst258 BOM_UTF32_LE
/external/python/cpython2/Misc/
DHISTORY5565 BOM_UTF32, BOM_UTF32_LE and BOM_UTF32_BE that represent the Byte
/external/python/cpython3/Misc/
DHISTORY22949 BOM_UTF32, BOM_UTF32_LE and BOM_UTF32_BE that represent the Byte