Home
last modified time | relevance | path

Searched defs:BOM_UTF8 (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.cpp108 #define BOM_UTF8 0x00BFBBEF macro
/external/python/cpython2/Lib/
Dcodecs.py42 BOM_UTF8 = '\xef\xbb\xbf' variable
/external/python/cpython3/Lib/
Dcodecs.py44 BOM_UTF8 = b'\xef\xbb\xbf' variable