Lines Matching refs:inBytes
47 CollationDataReader::read(const CollationTailoring *base, const uint8_t *inBytes, int32_t inLength, in read() argument
51 if(inBytes == NULL || (0 <= inLength && inLength < 24)) { in read()
55 const DataHeader *header = reinterpret_cast<const DataHeader *>(inBytes); in read()
66 inBytes += headerLength; in read()
72 if(inBytes == NULL || (0 <= inLength && inLength < 8)) { in read()
76 const int32_t *inIndexes = reinterpret_cast<const int32_t *>(inBytes); in read()
120 reorderCodes = reinterpret_cast<const int32_t *>(inBytes + offset); in read()
150 reorderTable = inBytes + offset; in read()
171 UTRIE2_32_VALUE_BITS, inBytes + offset, length, NULL, in read()
190 data->ces = reinterpret_cast<const int64_t *>(inBytes + offset); in read()
202 data->ce32s = reinterpret_cast<const uint32_t *>(inBytes + offset); in read()
231 data->rootElements = reinterpret_cast<const uint32_t *>(inBytes + offset); in read()
255 data->contexts = reinterpret_cast<const UChar *>(inBytes + offset); in read()
306 const uint16_t *unsafeData = reinterpret_cast<const uint16_t *>(inBytes + offset); in read()
348 data->fastLatinTable = reinterpret_cast<const uint16_t *>(inBytes + offset); in read()
369 const uint16_t *scripts = reinterpret_cast<const uint16_t *>(inBytes + offset); in read()
405 data->compressibleBytes = reinterpret_cast<const UBool *>(inBytes + offset); in read()