Home | History | Annotate | Download | only in unicode

Lines Matching defs: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);
896 * inline version of utext_setNativeIndex(), for performance-critical situations.
906 #define UTEXT_SETNATIVEINDEX(ut, ix) \
911 utext_setNativeIndex((ut), (ix)); } }