Lines Matching refs:inBytes
44 CollationDataReader::read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength, in read() argument
48 if(inBytes == NULL || (0 <= inLength && inLength < 24)) { in read()
52 const DataHeader *header = reinterpret_cast<const DataHeader *>(inBytes); in read()
63 inBytes += headerLength; in read()
69 if(inBytes == NULL || (0 <= inLength && inLength < 8)) { in read()
73 const int32_t *inIndexes = reinterpret_cast<const int32_t *>(inBytes); in read()
117 reorderCodes = reinterpret_cast<const int32_t *>(inBytes + offset); in read()
147 reorderTable = inBytes + offset; in read()
168 UTRIE2_32_VALUE_BITS, inBytes + offset, length, NULL, in read()
187 data->ces = reinterpret_cast<const int64_t *>(inBytes + offset); in read()
199 data->ce32s = reinterpret_cast<const uint32_t *>(inBytes + offset); in read()
228 data->rootElements = reinterpret_cast<const uint32_t *>(inBytes + offset); in read()
252 data->contexts = reinterpret_cast<const UChar *>(inBytes + offset); in read()
293 const uint16_t *unsafeData = reinterpret_cast<const uint16_t *>(inBytes + offset); in read()
335 data->fastLatinTable = reinterpret_cast<const uint16_t *>(inBytes + offset); in read()
356 const uint16_t *scripts = reinterpret_cast<const uint16_t *>(inBytes + offset); in read()
392 data->compressibleBytes = reinterpret_cast<const UBool *>(inBytes + offset); in read()