Searched refs:getByteArray (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dsortkey.h171 const uint8_t* getByteArray(int32_t& count) const;
179 * @obsolete ICU 2.6. Use getByteArray instead since this API will be removed in that release.
314 CollationKey::getByteArray(int32_t &count) const function in class:CollationKey
/external/icu4c/test/intltest/
H A Dapicoll.cpp547 sortk1.getByteArray(length);
553 doAssert(sortk1.getByteArray(length) == NULL && length == 0,
587 const uint8_t* byteArray1 = sortk1.getByteArray(cnt1);
588 const uint8_t* byteArray2 = sortk2.getByteArray(cnt2);
601 byteArray3 = sortk1.getByteArray(cnt3);
604 byteArray4 = sortk2.getByteArray(cnt4);
616 doAssert(sortk1.compareTo(sortk6) == Collator::EQUAL, "CollationKey::getByteArray(sortk1) Failed.");
617 doAssert(sortk2.compareTo(sortk7) == Collator::EQUAL, "CollationKey::getByteArray(sortk2) Failed.");
1190 doAssert(strcmp((const char *)(key2.getByteArray(keylength)),
1198 const uint8_t *tempkey = key1.getByteArray(keylengt
[all...]
H A Dtscoll.cpp380 const uint8_t *bytes = source.getByteArray(byteCount);
/external/emma/core/java12/com/vladium/emma/rt/
H A DInstrClassLoader.java219 bytes = baos.getByteArray ();
271 bytes = baos.getByteArray ();
279 bytes = baos.getByteArray ();
/external/emma/core/java12/com/vladium/util/
H A DByteArrayOStream.java197 public final byte [] getByteArray () method in class:ByteArrayOStream
/external/emma/tools/java/com/vladium/tools/
H A DClassDep.java162 final ClassDef cls = ClassDefParser.parseClass (baos.getByteArray (), baos.size ());
/external/emma/core/java12/com/vladium/jcd/cls/
H A DClassDef.java459 md.update (bout.getByteArray (), 0, bout.size ());
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java657 code.setCode (buf.getByteArray (), buf.size ());
1168 final byte [] _newcode = newcode.getByteArray (); // note: not cloned
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 86 milliseconds