Searched refs:getByteArray (Results 1 – 10 of 10) sorted by relevance
521 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 …]
966 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()
370 const uint8_t *bytes = source.getByteArray(byteCount); in prettify()
176 const uint8_t* getByteArray(int32_t& count) const;332 CollationKey::getByteArray(int32_t &count) const in getByteArray() function
174 const uint8_t* getByteArray(int32_t& count) const;330 CollationKey::getByteArray(int32_t &count) const in getByteArray() function
92 public byte[] getByteArray(int index) { in getByteArray() method in UnmodifiableLazyStringList93 return list.getByteArray(index); in getByteArray()
77 byte[] getByteArray(int index); in getByteArray() method
245 public byte[] getByteArray(int index) { in getByteArray() method in LazyStringArrayList333 return list.getByteArray(index); in get()