Lines Matching refs:inBytes
45 CollationDataReader::read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength, in read() argument
49 if(inBytes == NULL || (0 <= inLength && inLength < 24)) { in read()
53 const DataHeader *header = reinterpret_cast<const DataHeader *>(inBytes); in read()
64 inBytes += headerLength; in read()
70 if(inBytes == NULL || (0 <= inLength && inLength < 8)) { in read()
74 const int32_t *inIndexes = reinterpret_cast<const int32_t *>(inBytes); in read()
118 reorderCodes = reinterpret_cast<const int32_t *>(inBytes + offset); in read()
148 reorderTable = inBytes + offset; in read()
169 UTRIE2_32_VALUE_BITS, inBytes + offset, length, NULL, in read()
188 data->ces = reinterpret_cast<const int64_t *>(inBytes + offset); in read()
200 data->ce32s = reinterpret_cast<const uint32_t *>(inBytes + offset); in read()
229 data->rootElements = reinterpret_cast<const uint32_t *>(inBytes + offset); in read()
253 data->contexts = reinterpret_cast<const UChar *>(inBytes + offset); in read()
304 const uint16_t *unsafeData = reinterpret_cast<const uint16_t *>(inBytes + offset); in read()
346 data->fastLatinTable = reinterpret_cast<const uint16_t *>(inBytes + offset); in read()
367 const uint16_t *scripts = reinterpret_cast<const uint16_t *>(inBytes + offset); in read()
403 data->compressibleBytes = reinterpret_cast<const UBool *>(inBytes + offset); in read()