Home | History | Annotate | Download | only in unicode

Lines Matching refs:utext_setNativeIndex

100  * by doing a utext_setNativeIndex() followed by a utext_getNativeIndex().
435 * utext_setNativeIndex(index);
438 * utext_setNativeIndex(negative value) sets the index to zero, after which utext_current()
590 utext_setNativeIndex(UText *ut, int64_t nativeIndex);
757 * inline version of utext_setNativeIndex(), for performance-critical situations.
767 #define UTEXT_SETNATIVEINDEX(ut, ix) \
772 utext_setNativeIndex((ut), (ix)); } }