Lines Matching full:dataoffset
1103 uint16_t dataOffset = reorderCodeIndex[(i*2) + 1];
1104 if ((dataOffset & 0x8000) == 0x8000) {
1107 returnLeadBytes[0] = dataOffset & ~0x8000;
1113 uint16_t leadByteCount = *(dataOffsetBase + dataOffset);
1115 uprv_memcpy(returnLeadBytes, dataOffsetBase + dataOffset + 1, leadByteCount * sizeof(uint16_t));