Home | History | Annotate | Download | only in unicode

Lines Matching full:moved

597  * The index is moved by <code>delta</code> code points
604 * @return TRUE if the position could be moved the requested number of positions while
861 * The text to be copied or moved is inserted at destIndex;
876 * @param nativeStart The native index of the start of the region to be copied or moved
880 * copied or moved.
881 * @param move If TRUE, then the substring is moved, not copied/duplicated.
1117 * The text to be copied or moved is inserted at destIndex;
1129 * @param nativeStart The index of the start of the region to be copied or moved
1131 * @param nativeDest The destination index to which the source substring is copied or moved.
1132 * @param move If TRUE, then the substring is moved, not copied/duplicated.