Lines Matching refs:nativeIndex
443 * @param nativeIndex the native index of the character to be accessed. If the index points
450 utext_char32At(UText *ut, int64_t nativeIndex);
523 * @param nativeIndex Iteration index, in the native units of the text provider.
529 utext_next32From(UText *ut, int64_t nativeIndex);
542 * @param nativeIndex Iteration index in the native units of the text provider.
549 utext_previous32From(UText *ut, int64_t nativeIndex);
586 * @param nativeIndex the native unit index of the new iteration position.
590 utext_setNativeIndex(UText *ut, int64_t nativeIndex);
1164 * @param nativeIndex Requested index of the text to be accessed.
1178 UTextAccess(UText *ut, int64_t nativeIndex, UBool forward);
1308 * @param nativeIndex Absolute (native) text index, chunk->start<=index<=chunk->limit.
1315 UTextMapNativeIndexToUTF16(const UText *ut, int64_t nativeIndex);