Home | History | Annotate | Download | only in unicode

Lines Matching refs:ix

767 #define UTEXT_SETNATIVEINDEX(ut, ix)                       \
768 { int64_t __offset = (ix) - (ut)->chunkNativeStart; \
772 utext_setNativeIndex((ut), (ix)); } }