Home
last modified time | relevance | path

Searched defs:bom (Results 1 - 23 of 23) sorted by relevance

/third_party/icu/icu4c/as_is/
H A Dbomlist.py26 bom=codecs.BOM_UTF8 variable
/third_party/node/deps/npm/lib/utils/
H A Dsbom-cyclonedx.js
/third_party/libdrm/radeon/
H A Dradeon_bo_int.h18 struct radeon_bo_manager *bom; member
H A Dradeon_bo.c45 radeon_bo_open(struct radeon_bo_manager *bom, uint32_t handle, uint32_t size, in radeon_bo_open() argument
[all...]
H A Dradeon_bo_gem.c60 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 Dunit-deserialization.cpp878 std::string bom = "\xEF\xBB\xBF"; variable
[all...]
/third_party/ffmpeg/libavformat/
H A Dbrstm.c104 int bom, major, minor, codec, chunk; in read_header() local
H A Dmicrodvddec.c77 static const char *bom = "\xEF\xBB\xBF"; variable
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetUTF16.java38 private byte[] bom; field in CharsetUTF16
H A DCharsetUTF32.java38 private byte[] bom; field in CharsetUTF32
/third_party/icu/icu4c/source/common/
H A Ducnv_u16.cpp74 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 Ducnv_u32.cpp231 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 Ducnv_u32.cpp231 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 Ducnv_u16.cpp74 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 Dthaitest.cpp409 UChar bom = 0xFEFF; in generateFile() local
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_u16.cpp74 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 Ducnv_u32.cpp231 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 Did3tag.c375 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 Dlauncher.c1152 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 Dsimdutf.cpp5645 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 Dunicodeobject.c5685 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 Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/third_party/sqlite/src/
H A Dsqlite3.c33440 u8 bom = 0; sqlite3VdbeMemHandleBom() local
[all...]

Completed in 219 milliseconds