/third_party/node/test/fixtures/wpt/encoding/ |
D | textdecoder-byte-order-marks.any.js | 6 bom: [0xEF, 0xBB, 0xBF], property 11 bom: [0xff, 0xfe], property 16 bom: [0xfe, 0xff], property
|
/third_party/libdrm/radeon/ |
D | radeon_bo_gem.c | 60 static struct radeon_bo *bo_open(struct radeon_bo_manager *bom, in bo_open() 292 drm_public void radeon_bo_manager_gem_dtor(struct radeon_bo_manager *bom) in radeon_bo_manager_gem_dtor() 366 radeon_gem_bo_open_prime(struct radeon_bo_manager *bom, int fd_handle, uint32_t size) in radeon_gem_bo_open_prime()
|
D | radeon_bo_int.h | 18 struct radeon_bo_manager *bom; member
|
D | radeon_bo.c | 45 radeon_bo_open(struct radeon_bo_manager *bom, uint32_t handle, uint32_t size, in radeon_bo_open()
|
/third_party/icu/icu4c/as_is/ |
D | bomlist.py | 26 bom=codecs.BOM_UTF8 variable
|
/third_party/node/deps/icu-small/source/common/ |
D | ucnv_u32.cpp | 231 static const char bom[]={ 0, 0, (char)0xfeu, (char)0xffu }; in T_UConverter_fromUnicode_UTF32_BE() local 334 static const char bom[]={ 0, 0, (char)0xfeu, (char)0xffu }; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local 709 static const char bom[]={ (char)0xffu, (char)0xfeu, 0, 0 }; in T_UConverter_fromUnicode_UTF32_LE() local 820 static const char bom[]={ (char)0xffu, (char)0xfeu, 0, 0 }; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
|
D | ucnv_u16.cpp | 74 static const char bom[]={ (char)0xfeu, (char)0xffu }; in _UTF16BEFromUnicodeWithOffsets() local 675 static const char bom[]={ (char)0xffu, (char)0xfeu }; in _UTF16LEFromUnicodeWithOffsets() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucnv_u32.cpp | 231 static const char bom[]={ 0, 0, (char)0xfeu, (char)0xffu }; in T_UConverter_fromUnicode_UTF32_BE() local 334 static const char bom[]={ 0, 0, (char)0xfeu, (char)0xffu }; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local 709 static const char bom[]={ (char)0xffu, (char)0xfeu, 0, 0 }; in T_UConverter_fromUnicode_UTF32_LE() local 820 static const char bom[]={ (char)0xffu, (char)0xfeu, 0, 0 }; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
|
D | ucnv_u16.cpp | 74 static const char bom[]={ (char)0xfeu, (char)0xffu }; in _UTF16BEFromUnicodeWithOffsets() local 675 static const char bom[]={ (char)0xffu, (char)0xfeu }; in _UTF16LEFromUnicodeWithOffsets() local
|
/third_party/icu/icu4c/source/common/ |
D | ucnv_u32.cpp | 231 static const char bom[]={ 0, 0, (char)0xfeu, (char)0xffu }; in T_UConverter_fromUnicode_UTF32_BE() local 334 static const char bom[]={ 0, 0, (char)0xfeu, (char)0xffu }; in T_UConverter_fromUnicode_UTF32_BE_OFFSET_LOGIC() local 709 static const char bom[]={ (char)0xffu, (char)0xfeu, 0, 0 }; in T_UConverter_fromUnicode_UTF32_LE() local 820 static const char bom[]={ (char)0xffu, (char)0xfeu, 0, 0 }; in T_UConverter_fromUnicode_UTF32_LE_OFFSET_LOGIC() local
|
D | ucnv_u16.cpp | 74 static const char bom[]={ (char)0xfeu, (char)0xffu }; in _UTF16BEFromUnicodeWithOffsets() local 675 static const char bom[]={ (char)0xffu, (char)0xfeu }; in _UTF16LEFromUnicodeWithOffsets() local
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetUTF32.java | 38 private byte[] bom; field in CharsetUTF32
|
D | CharsetUTF16.java | 38 private byte[] bom; field in CharsetUTF16
|
/third_party/ffmpeg/libavformat/ |
D | microdvddec.c | 77 static const char *bom = "\xEF\xBB\xBF"; variable
|
D | brstm.c | 103 int bom, major, minor, codec, chunk; in read_header() local
|
/third_party/typescript/src/loggedIO/ |
D | loggedIO.ts | 6 bom?: string; property
|
/third_party/icu/icu4c/source/test/thaitest/ |
D | thaitest.cpp | 409 UChar bom = 0xFEFF; in generateFile() local
|
/third_party/python/PC/ |
D | launcher.c | 1152 BOM *bom; in find_BOM() local 1164 find_terminator(char * buffer, int len, BOM *bom) in find_terminator() 1308 BOM* bom; in maybe_handle_shebang() local
|
/third_party/json/tests/src/ |
D | unit-deserialization.cpp | 878 std::string bom = "\xEF\xBB\xBF"; variable
|
/third_party/gstreamer/gstplugins_bad/gst/id3tag/ |
D | id3tag.c | 358 const guint8 bom[] = { 0xFF, 0xFE }; in id3v2_frame_write_string() local
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctions.c | 215 const char *const bom; member
|
/third_party/python/Objects/ |
D | unicodeobject.c | 5786 Py_UCS4 bom = ((unsigned int)q[3] << 24) | (q[2] << 16) | (q[1] << 8) | q[0]; in PyUnicode_DecodeUTF32Stateful() local 6111 const Py_UCS4 bom = (q[1] << 8) | q[0]; in PyUnicode_DecodeUTF16Stateful() local
|
/third_party/node/deps/simdutf/ |
D | simdutf.cpp | 4993 std::string to_string(encoding_type bom) { in to_string() 5028 size_t bom_byte_size(encoding_type bom) { in bom_byte_size()
|