Home
last modified time | relevance | path

Searched refs:BOM_UTF16_LE (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.cpp134 #define BOM_UTF16_LE 0x0000FEFF macro
165 } else if (bom == BOM_UTF16_LE) { in CFX_SeekableStreamProxy()
/external/python/cpython2/Lib/
Dcodecs.py45 BOM_LE = BOM_UTF16_LE = '\xff\xfe'
59 BOM = BOM_UTF16 = BOM_UTF16_LE
73 BOM32_LE = BOM_UTF16_LE
/external/python/cpython3/Lib/
Dcodecs.py47 BOM_LE = BOM_UTF16_LE = b'\xff\xfe'
61 BOM = BOM_UTF16 = BOM_UTF16_LE
75 BOM32_LE = BOM_UTF16_LE
Dplistlib.py502 (codecs.BOM_UTF16_LE, "utf-16-le"),
/external/python/cpython3/Lib/json/
D__init__.py248 if bstartswith((codecs.BOM_UTF16_BE, codecs.BOM_UTF16_LE)):
/external/python/cpython3/Lib/test/test_json/
Dtest_unicode.py59 ('utf-16le', codecs.BOM_UTF16_LE),
/external/fonttools/Tests/misc/
Dplistlib_test.py413 (b"utf-16", "utf-16-le", codecs.BOM_UTF16_LE),
/external/python/cpython3/Lib/test/
Dtest_plistlib.py432 (b'utf-16', 'utf-16-le', codecs.BOM_UTF16_LE),
/external/python/cpython2/Doc/library/
Dcodecs.rst312 BOM_UTF16_LE
320 :const:`BOM_UTF16_BE` or :const:`BOM_UTF16_LE` depending on the platform's
322 :const:`BOM_LE` for :const:`BOM_UTF16_LE` and :const:`BOM_BE` for
/external/python/cpython3/Doc/library/
Dcodecs.rst255 BOM_UTF16_LE
264 :const:`BOM_UTF16_BE` or :const:`BOM_UTF16_LE` depending on the platform's
266 :const:`BOM_LE` for :const:`BOM_UTF16_LE` and :const:`BOM_BE` for
/external/python/cpython2/Misc/
DHISTORY5564 - Constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE,
/external/python/cpython3/Misc/
DHISTORY22948 - Constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE,