/third_party/icu/icu4c/as_is/ |
H A D | bomlist.py | 26 bom=codecs.BOM_UTF8 variable
|
/third_party/node/deps/npm/lib/utils/ |
H A D | sbom-cyclonedx.js | |
/third_party/libdrm/radeon/ |
H A D | radeon_bo_int.h | 18 struct radeon_bo_manager *bom; member
|
H A D | radeon_bo.c | 45 radeon_bo_open(struct radeon_bo_manager *bom, uint32_t handle, uint32_t size, in radeon_bo_open() argument [all...] |
H A D | radeon_bo_gem.c | 60 static struct radeon_bo *bo_open(struct radeon_bo_manager *bom, in bo_open() argument 292 radeon_bo_manager_gem_dtor(struct radeon_bo_manager *bom) radeon_bo_manager_gem_dtor() argument 366 radeon_gem_bo_open_prime(struct radeon_bo_manager *bom, int fd_handle, uint32_t size) radeon_gem_bo_open_prime() argument [all...] |
/third_party/json/tests/src/ |
H A D | unit-deserialization.cpp | 878 std::string bom = "\xEF\xBB\xBF"; variable [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | brstm.c | 104 int bom, major, minor, codec, chunk; in read_header() local
|
H A D | microdvddec.c | 77 static const char *bom = "\xEF\xBB\xBF"; variable
|
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
H A D | CharsetUTF16.java | 38 private byte[] bom; field in CharsetUTF16
|
H A D | CharsetUTF32.java | 38 private byte[] bom; field in CharsetUTF32
|
/third_party/icu/icu4c/source/common/ |
H A 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
|
H A 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
|
/third_party/node/deps/icu-small/source/common/ |
H A 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
|
H A 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/test/thaitest/ |
H A D | thaitest.cpp | 409 UChar bom = 0xFEFF; in generateFile() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A 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
|
H A 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
|
/third_party/lame/libmp3lame/ |
H A D | id3tag.c | 375 hasUcs2ByteOrderMarker(unsigned short bom) in hasUcs2ByteOrderMarker() argument 392 toLittleEndian(unsigned short bom, unsigned short c) in toLittleEndian() argument 526 unsigned short bom = *text++; in maybeLatin1() local 699 unsigned short bom = 0; in toID3v2TagId_ucs2() local 1424 unsigned short const bom = *str; writeUcs2s() local 1438 unsigned short const bom = *str; writeLoBytes() local [all...] |
/third_party/python/PC/ |
H A D | launcher.c | 1152 BOM *bom; in find_BOM() local 1164 find_terminator(char * buffer, int len, BOM *bom) in find_terminator() argument 1311 BOM* bom; in maybe_handle_shebang() local [all...] |
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 5645 std::string to_string(encoding_type bom) { in to_string() argument 5680 size_t bom_byte_size(encoding_type bom) { in bom_byte_size() argument [all...] |
/third_party/python/Objects/ |
H A D | unicodeobject.c | 5685 Py_UCS4 bom = ((unsigned int)q[3] << 24) | (q[2] << 16) | (q[1] << 8) | q[0]; in PyUnicode_DecodeUTF32Stateful() local 5997 const Py_UCS4 bom = (q[1] << 8) | q[0]; in PyUnicode_DecodeUTF16Stateful() local
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-charset-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
com/
com/ibm/
com/ibm/icu/
... |
/third_party/sqlite/src/ |
H A D | sqlite3.c | 33440 u8 bom = 0; sqlite3VdbeMemHandleBom() local [all...] |