Home
last modified time | relevance | path

Searched defs:bom (Results 1 – 25 of 34) sorted by relevance

12

/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/io/
DUnicodeInputStreamTestCase.java119 …protected void testRun(final UnicodeInputStream.UnicodeBOM bom, final String str, final String tes… in testRun()
166 …protected InputStream createInputStream(final UnicodeInputStream.UnicodeBOM bom, final String str,… in createInputStream()
194 …protected byte [] buildTestString(final UnicodeInputStream.UnicodeBOM bom, final String str, final… in buildTestString()
/external/sdk-platform-java/java-shared-dependencies/dependency-convergence-check/src/test/java/com/google/cloud/
DDependencyConvergenceTest.java48 Bom bom = Bom.readBom(Paths.get("../pom.xml")); in testGrpcConvergence() local
73 Bom bom, String groupId, String artifactId, Set<String> excludingArtifactIds) in assertConvergence()
/external/libdrm/radeon/
Dradeon_bo_gem.c60 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()
Dradeon_bo_int.h18 struct radeon_bo_manager *bom; member
Dradeon_bo.c45 radeon_bo_open(struct radeon_bo_manager *bom, uint32_t handle, uint32_t size, in radeon_bo_open()
/external/cronet/stable/third_party/icu/source/common/
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
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
/external/icu/icu4c/source/common/
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
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
/external/cronet/tot/third_party/icu/source/common/
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
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
/external/icu/icu4c/as_is/
Dbomlist.py26 bom=codecs.BOM_UTF8 variable
/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
DBOMInputStream.java360 public boolean hasBOM(final ByteOrderMark bom) throws IOException { in hasBOM()
387 private boolean matches(final ByteOrderMark bom) { in matches()
DXmlStreamReader.java479 …final BOMInputStream bom = new BOMInputStream(new BufferedInputStream(inputStream, IOUtils.DEFAULT… in XmlStreamReader() local
584 …final BOMInputStream bom = new BOMInputStream(new BufferedInputStream(inputStream, IOUtils.DEFAULT… in XmlStreamReader() local
868 …private String doRawStream(final BOMInputStream bom, final BOMInputStream pis, final boolean lenie… in doRawStream()
/external/apache-commons-io/src/main/java/org/apache/commons/io/
DByteOrderMark.java161 final ByteOrderMark bom = (ByteOrderMark) obj; in equals() local
/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.cpp103 uint32_t bom = 0; in CFX_SeekableStreamProxy() local
/external/icu/icu4j/main/charset/src/main/java/com/ibm/icu/charset/
DCharsetUTF32.java38 private byte[] bom; field in CharsetUTF32
DCharsetUTF16.java38 private byte[] bom; field in CharsetUTF16
/external/coreboot/src/soc/nvidia/tegra210/
Daddressmap.c39 uint32_t bom, uint32_t bom_hi, uint32_t size) in carveout_from_regs()
/external/cronet/tot/net/proxy_resolution/
Dpac_file_fetcher_impl.cc84 for (const auto& bom : kBomMappings) { in ConvertResponseToUTF16() local
/external/cronet/stable/net/proxy_resolution/
Dpac_file_fetcher_impl.cc84 for (const auto& bom : kBomMappings) { in ConvertResponseToUTF16() local
/external/fonttools/Tests/misc/
Dplistlib_test.py394 def test_xml_encodings(parametrized_pl, xml_encoding, encoding, bom): argument
/external/icu/icu4c/source/test/thaitest/
Dthaitest.cpp415 char16_t bom = 0xFEFF; in generateFile() local
/external/cronet/stable/third_party/icu/source/test/thaitest/
Dthaitest.cpp409 char16_t bom = 0xFEFF; in generateFile() local
/external/cronet/tot/third_party/icu/source/test/thaitest/
Dthaitest.cpp409 char16_t bom = 0xFEFF; in generateFile() local

12