Home | History | Annotate | Download | only in unicode

Lines Matching defs:UTEXT_SETNATIVEINDEX

100  * by doing a utext_setNativeIndex() followed by a utext_getNativeIndex().
415 * utext_setNativeIndex(index);
418 * utext_setNativeIndex(negative value) sets the index to zero, after which utext_current()
570 utext_setNativeIndex(UText *ut, int64_t nativeIndex);
721 * inline version of utext_setNativeIndex(), for performance-critical situations.
731 #define UTEXT_SETNATIVEINDEX(ut, ix) \
736 utext_setNativeIndex((ut), (ix)); } }