Home
last modified time | relevance | path

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

/third_party/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.cpp966 const uint8_t *p = key.getByteArray(length); in printCollationKey()
1365 const uint8_t *keyBytes = key.getByteArray(keyLength); in getCollationKey()
1459 const uint8_t *key1Bytes = key1.getByteArray(key1Length); in getMergedCollationKey()
1460 const uint8_t *key2Bytes = key2.getByteArray(key2Length); in getMergedCollationKey()
1526 const uint8_t *prevBytes = prevKey.getByteArray(prevKeyLength); in getDifferenceLevel()
1528 const uint8_t *bytes = key.getByteArray(keyLength); in getDifferenceLevel()
Dtscoll.cpp370 const uint8_t *bytes = source.getByteArray(byteCount); in prettify()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dsortkey.h176 const uint8_t* getByteArray(int32_t& count) const;
332 CollationKey::getByteArray(int32_t &count) const in getByteArray() function
/third_party/node/deps/icu-small/source/i18n/unicode/
Dsortkey.h176 const uint8_t* getByteArray(int32_t& count) const;
332 CollationKey::getByteArray(int32_t &count) const in getByteArray() function
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dsortkey.h174 const uint8_t* getByteArray(int32_t& count) const;
330 CollationKey::getByteArray(int32_t &count) const in getByteArray() function
/third_party/icu/icu4c/source/i18n/unicode/
Dsortkey.h176 const uint8_t* getByteArray(int32_t& count) const;
332 CollationKey::getByteArray(int32_t &count) const in getByteArray() function
/third_party/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.java77 byte[] getByteArray(int index); in getByteArray() method
DLazyStringArrayList.java245 public byte[] getByteArray(int index) { in getByteArray() method in LazyStringArrayList
333 return list.getByteArray(index); in get()