Home | History | Annotate | Download | only in unicode

Lines Matching full:delta

1283    * Move the code unit index along the string by delta code points.
1285 * move the index forward or backward by delta code points, and
1292 * If delta<0 then the index is moved backward (toward the start of the string).
1293 * If delta>0 then the index is moved forward (toward the end of the string).
1295 * This behaves like CharacterIterator::move32(delta, kCurrent).
1301 * Afterwards, the index is moved by <code>delta</code> code points
1327 * @param delta (signed) code point count to move the index forward or backward
1332 int32_t moveIndex32(int32_t index, int32_t delta) const;