Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/test/intltest/
Dapicoll.cpp556 sortk1.getByteArray(length); in TestCollationKey()
562 doAssert(sortk1.isBogus() && (sortk1.getByteArray(length), length) == 0, in TestCollationKey()
596 const uint8_t* byteArray1 = sortk1.getByteArray(cnt1); in TestCollationKey()
597 const uint8_t* byteArray2 = sortk2.getByteArray(cnt2); in TestCollationKey()
600 byteArray3 = sortk1.getByteArray(cnt3); in TestCollationKey()
603 byteArray4 = sortk2.getByteArray(cnt4); in TestCollationKey()
1139 const uint8_t *key2primary_alias = key2.getByteArray(keylength); in TestSortKey()
1147 const uint8_t *tempkey = key1.getByteArray(keylength); in TestSortKey()
1150 tempkey = key2.getByteArray(keylength); in TestSortKey()
1153 tempkey = key3.getByteArray(keylength); in TestSortKey()
[all …]
Dtscoll.cpp386 const uint8_t *bytes = source.getByteArray(byteCount); in prettify()
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp515 sortkNone.getByteArray(length); in TestCollationKey()
521 const uint8_t* byteArrayEmpty = sortkEmpty.getByteArray(length); in TestCollationKey()
534 sortkIgnorable.getByteArray(length); in TestCollationKey()
543 doAssert(sortk1.isBogus() && (sortk1.getByteArray(length), length) == 0, in TestCollationKey()
580 const uint8_t* byteArray1 = sortk1.getByteArray(cnt1); in TestCollationKey()
581 const uint8_t* byteArray2 = sortk2.getByteArray(cnt2); in TestCollationKey()
584 byteArray3 = sortk1.getByteArray(cnt3); in TestCollationKey()
587 byteArray4 = sortk2.getByteArray(cnt4); in TestCollationKey()
1124 const uint8_t *key2primary_alias = key2.getByteArray(keylength); in TestSortKey()
1132 const uint8_t *tempkey = key1.getByteArray(keylength); in TestSortKey()
[all …]
Dcollationtest.cpp940 const uint8_t *p = key.getByteArray(length); in printCollationKey()
1318 const uint8_t *keyBytes = key.getByteArray(keyLength); in getCollationKey()
1380 const uint8_t *key1Bytes = key1.getByteArray(key1Length); in getCollationKey()
1381 const uint8_t *key2Bytes = key2.getByteArray(key2Length); in getCollationKey()
1638 const uint8_t *prevBytes = prevKey.getByteArray(prevKeyLength); in checkCompareTwo()
1640 const uint8_t *bytes = key.getByteArray(keyLength); in checkCompareTwo()
Dtscoll.cpp368 const uint8_t *bytes = source.getByteArray(byteCount); in prettify()
/external/icu/icu4c/source/i18n/unicode/
Dsortkey.h172 const uint8_t* getByteArray(int32_t& count) const;
328 CollationKey::getByteArray(int32_t &count) const in getByteArray() function
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dsortkey.h171 const uint8_t* getByteArray(int32_t& count) const;
327 CollationKey::getByteArray(int32_t &count) const in getByteArray() function
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/crypto/
DCipherFactory.java239 byte[] wrappedKey = savedInstanceState.getByteArray(BUNDLE_KEY);
240 byte[] iv = savedInstanceState.getByteArray(BUNDLE_IV);
/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/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DBundleTest.java307 Assert.assertArrayEquals(arr, bundle.getByteArray("foo")); in testByteArray()
308 assertNull(bundle.getByteArray("bar")); in testByteArray()
/external/emma/core/java12/com/vladium/util/
DByteArrayOStream.java197 public final byte [] getByteArray () in getByteArray() method in ByteArrayOStream
/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/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowBundle.java309 public byte[] getByteArray(String key) { in getByteArray() method in ShadowBundle
DShadowIntent.java402 return extras.getByteArray(name); in getByteArrayExtra()
/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()
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContents.java1887 byte[] state = inState.getByteArray(SAVE_RESTORE_STATE_KEY); in restoreState()