Home | History | Annotate | Download | only in unicode

Lines Matching refs:ix

731 #define UTEXT_SETNATIVEINDEX(ut, ix)                       \
732 { int64_t __offset = (ix) - (ut)->chunkNativeStart; \
736 utext_setNativeIndex((ut), (ix)); } }