Lines Matching refs:inBytes
46 CollationDataReader::read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength, in read() argument
50 if(inBytes == NULL || (0 <= inLength && inLength < 24)) { in read()
54 const DataHeader *header = reinterpret_cast<const DataHeader *>(inBytes); in read()
65 inBytes += headerLength; in read()
71 if(inBytes == NULL || (0 <= inLength && inLength < 8)) { in read()
75 const int32_t *inIndexes = reinterpret_cast<const int32_t *>(inBytes); in read()
117 reorderCodes = reinterpret_cast<const int32_t *>(inBytes + offset); in read()
133 reorderTable = inBytes + offset; in read()
154 UTRIE2_32_VALUE_BITS, inBytes + offset, length, NULL, in read()
173 data->ces = reinterpret_cast<const int64_t *>(inBytes + offset); in read()
185 data->ce32s = reinterpret_cast<const uint32_t *>(inBytes + offset); in read()
214 data->rootElements = reinterpret_cast<const uint32_t *>(inBytes + offset); in read()
238 data->contexts = reinterpret_cast<const UChar *>(inBytes + offset); in read()
279 const uint16_t *unsafeData = reinterpret_cast<const uint16_t *>(inBytes + offset); in read()
321 data->fastLatinTable = reinterpret_cast<const uint16_t *>(inBytes + offset); in read()
342 data->scripts = reinterpret_cast<const uint16_t *>(inBytes + offset); in read()
359 data->compressibleBytes = reinterpret_cast<const UBool *>(inBytes + offset); in read()