Lines Matching defs:dataOffset
1057 uint16_t dataOffset = reorderCodeIndex[(i*2) + 1];
1058 if ((dataOffset & 0x8000) == 0x8000) {
1061 returnLeadBytes[0] = dataOffset & ~0x8000;
1067 uint16_t leadByteCount = *(dataOffsetBase + dataOffset);
1069 uprv_memcpy(returnLeadBytes, dataOffsetBase + dataOffset + 1, leadByteCount * sizeof(uint16_t));