Home | History | Annotate | Download | only in unicode

Lines Matching refs:__offset

770     { int64_t __offset = (ix) - (ut)->chunkNativeStart; \
771 if (__offset>=0 && __offset<=(int64_t)(ut)->nativeIndexingLimit) { \
772 (ut)->chunkOffset=(int32_t)__offset; \