Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.cpp111 #define BOM_UTF16_LE 0x0000FEFF macro
135 } else if (bom == BOM_UTF16_LE) { in CFX_SeekableStreamProxy()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/tx3g/
DTx3gDecoder.java44 private static final char BOM_UTF16_LE = '\uFFFE'; field in Tx3gDecoder
173 if (firstChar == BOM_UTF16_BE || firstChar == BOM_UTF16_LE) { in readSubtitleText()
/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.py419 (codecs.BOM_UTF16_LE, "utf-16-le"),
/external/python/cpython3/Lib/test/test_json/
Dtest_unicode.py59 ('utf-16le', codecs.BOM_UTF16_LE),
/external/python/cpython3/Lib/json/
D__init__.py248 if bstartswith((codecs.BOM_UTF16_BE, codecs.BOM_UTF16_LE)):
/external/fonttools/Tests/misc/
Dplistlib_test.py400 (b"utf-16", "utf-16-le", codecs.BOM_UTF16_LE),
/external/python/cpython3/Lib/test/
Dtest_plistlib.py798 (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,