Home
last modified time | relevance | path

Searched refs:getByteArray (Results 1 – 25 of 25) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp521 sortkNone.getByteArray(length); in TestCollationKey()
527 const uint8_t* byteArrayEmpty = sortkEmpty.getByteArray(length); in TestCollationKey()
540 sortkIgnorable.getByteArray(length); in TestCollationKey()
549 doAssert(sortk1.isBogus() && (sortk1.getByteArray(length), length) == 0, in TestCollationKey()
586 const uint8_t* byteArray1 = sortk1.getByteArray(cnt1); in TestCollationKey()
587 const uint8_t* byteArray2 = sortk2.getByteArray(cnt2); in TestCollationKey()
590 byteArray3 = sortk1.getByteArray(cnt3); in TestCollationKey()
593 byteArray4 = sortk2.getByteArray(cnt4); in TestCollationKey()
1127 const uint8_t *key2primary_alias = key2.getByteArray(keylength); in TestSortKey()
1135 const uint8_t *tempkey = key1.getByteArray(keylength); in TestSortKey()
[all …]
Dcollationtest.cpp963 const uint8_t *p = key.getByteArray(length); in printCollationKey()
1362 const uint8_t *keyBytes = key.getByteArray(keyLength); in getCollationKey()
1456 const uint8_t *key1Bytes = key1.getByteArray(key1Length); in getMergedCollationKey()
1457 const uint8_t *key2Bytes = key2.getByteArray(key2Length); in getMergedCollationKey()
1523 const uint8_t *prevBytes = prevKey.getByteArray(prevKeyLength); in getDifferenceLevel()
1525 const uint8_t *bytes = key.getByteArray(keyLength); in getDifferenceLevel()
Dtscoll.cpp370 const uint8_t *bytes = source.getByteArray(byteCount); in prettify()
/external/xz-java/src/org/tukaani/xz/
DResettableArrayCache.java46 public byte[] getByteArray(int size, boolean fillWithZeros) { in getByteArray() method in ResettableArrayCache
47 byte[] array = arrayCache.getByteArray(size, fillWithZeros); in getByteArray()
DArrayCache.java134 public byte[] getByteArray(int size, boolean fillWithZeros) { in getByteArray() method in ArrayCache
DUncompressedLZMA2OutputStream.java47 uncompBuf = arrayCache.getByteArray( in UncompressedLZMA2OutputStream()
DBasicArrayCache.java237 public byte[] getByteArray(int size, boolean fillWithZeros) { in getByteArray() method in BasicArrayCache
/external/icu/icu4c/source/i18n/unicode/
Dsortkey.h174 const uint8_t* getByteArray(int32_t& count) const;
330 CollationKey::getByteArray(int32_t &count) const in getByteArray() function
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DUnmodifiableLazyStringList.java92 public byte[] getByteArray(int index) { in getByteArray() method in UnmodifiableLazyStringList
93 return list.getByteArray(index); in getByteArray()
DLazyStringList.java79 byte[] getByteArray(int index); in getByteArray() method
DLazyStringArrayList.java248 public byte[] getByteArray(int index) { in getByteArray() method in LazyStringArrayList
337 return list.getByteArray(index); in get()
/external/emma/core/java12/com/vladium/emma/rt/
DInstrClassLoader.java219 bytes = baos.getByteArray (); in findClass()
271 bytes = baos.getByteArray (); in findClass()
279 bytes = baos.getByteArray (); in findClass()
/external/xz-java/src/org/tukaani/xz/rangecoder/
DRangeEncoderToBuffer.java22 buf = arrayCache.getByteArray(bufSize, false); in RangeEncoderToBuffer()
DRangeDecoderFromBuffer.java27 buf = arrayCache.getByteArray(inputSizeMax - INIT_SIZE, false); in RangeDecoderFromBuffer()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBundleTest.java166 assertThat(bundle.getByteArray("foo")).isEqualTo(arr); in byteArray()
167 assertThat(bundle.getByteArray("bar")).isNull(); in byteArray()
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
DBasicComponent.java52 byte[] getByteArray(); in getByteArray() method
/external/cldr/tools/java/org/unicode/cldr/icu/
DUDataInfo.java154 public byte[] getByteArray() { in getByteArray() method in UDataInfo
DLDML2ICUBinaryWriter.java685 out.write(info.getByteArray()); in writeBinaryHeader()
686 written += info.getByteArray().length; in writeBinaryHeader()
/external/xz-java/src/org/tukaani/xz/lz/
DLZDecoder.java30 buf = arrayCache.getByteArray(bufSize, false); in LZDecoder()
DLZEncoder.java144 buf = arrayCache.getByteArray(bufSize, false); in LZEncoder()
/external/emma/core/java12/com/vladium/util/
DByteArrayOStream.java197 public final byte [] getByteArray () in getByteArray() method in ByteArrayOStream
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/
DBasicTest.java83 assertThat(basicComponent.getByteArray()).isSameAs(BOUND_BYTE_ARRAY); in primitiveArrays()
/external/emma/tools/java/com/vladium/tools/
DClassDep.java162 final ClassDef cls = ClassDefParser.parseClass (baos.getByteArray (), baos.size ()); in getDependencies()
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java459 md.update (bout.getByteArray (), 0, bout.size ()); in computeSUID()
/external/emma/core/java12/com/vladium/emma/instr/
DInstrVisitor.java657 code.setCode (buf.getByteArray (), buf.size ()); in visit()
1168 final byte [] _newcode = newcode.getByteArray (); // note: not cloned in visit()