Searched refs:BOM_UTF16_LE (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | cfx_seekablestreamproxy.cpp | 134 #define BOM_UTF16_LE 0x0000FEFF macro 165 } else if (bom == BOM_UTF16_LE) { in CFX_SeekableStreamProxy()
|
/external/python/cpython2/Lib/ |
D | codecs.py | 45 BOM_LE = BOM_UTF16_LE = '\xff\xfe' 59 BOM = BOM_UTF16 = BOM_UTF16_LE 73 BOM32_LE = BOM_UTF16_LE
|
/external/python/cpython3/Lib/ |
D | codecs.py | 47 BOM_LE = BOM_UTF16_LE = b'\xff\xfe' 61 BOM = BOM_UTF16 = BOM_UTF16_LE 75 BOM32_LE = BOM_UTF16_LE
|
D | plistlib.py | 502 (codecs.BOM_UTF16_LE, "utf-16-le"),
|
/external/python/cpython3/Lib/json/ |
D | __init__.py | 248 if bstartswith((codecs.BOM_UTF16_BE, codecs.BOM_UTF16_LE)):
|
/external/python/cpython3/Lib/test/test_json/ |
D | test_unicode.py | 59 ('utf-16le', codecs.BOM_UTF16_LE),
|
/external/fonttools/Tests/misc/ |
D | plistlib_test.py | 413 (b"utf-16", "utf-16-le", codecs.BOM_UTF16_LE),
|
/external/python/cpython3/Lib/test/ |
D | test_plistlib.py | 432 (b'utf-16', 'utf-16-le', codecs.BOM_UTF16_LE),
|
/external/python/cpython2/Doc/library/ |
D | codecs.rst | 312 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/ |
D | codecs.rst | 255 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/ |
D | HISTORY | 5564 - Constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE,
|
/external/python/cpython3/Misc/ |
D | HISTORY | 22948 - Constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE,
|