Searched refs:nativeOffset (Results 1 – 1 of 1) sorted by relevance
1526 …int32_t nativeOffset = u8b->mapToNative[ut->chunkOffset + u8b->bufStartIdx] + u8b->toUCharsMapStar… in utf8TextMapOffsetToNative() local1527 U_ASSERT(nativeOffset >= ut->chunkNativeStart && nativeOffset <= ut->chunkNativeLimit); in utf8TextMapOffsetToNative()1528 return nativeOffset; in utf8TextMapOffsetToNative()