Lines Matching full:current
59 * when moving relative to the current index after a setState()
60 * when the current UTF-16 index is not known.
63 * just to get the current/limit/length index after moving relative to it.
89 * Gets the current position, or the start or limit of the
97 * @param origin get the 0, start, limit, length, or current index
112 * Moves the current position relative to the start or limit of the
113 * iteration range, or relative to the current position itself.
123 * relative to the current position after setState() was called,
132 * @param origin move relative to the 0, start, limit, length, or current index
147 * Check if current() and next() can still
151 * @return boolean value for whether current() and next() can still return another code unit
174 * Function type declaration for UCharIterator.current().
176 * Return the code unit at the current position,
180 * @return the current code unit
191 * Return the code unit at the current index and increment
196 * @return the current code unit (and post-increment the current index)
212 * @return the previous code unit (after pre-decrementing the current index)
263 * the correct text contents and move relative to the current position
293 * the correct text contents and move relative to the current position
325 * The current() and next() functions only check the current index against the
326 * limit, and previous() only checks the current index against the start,
362 * (protected) Current index or similar.
382 * (public) Returns the current position or the
391 * (public) Moves the current position relative to the start or limit of the
392 * iteration range, or relative to the current position itself.
402 * (public) Check if current() and next() can still
419 * (public) Return the code unit at the current position,
425 UCharIteratorCurrent *current;
428 * (public) Return the code unit at the current index and increment
477 * at the current index.
479 * Return the code point that includes the code unit at the current position,
481 * If the current code unit is a lead or trail surrogate,
486 * @return the current code point
499 * Return the code point at the current index and increment
504 * @return the current code point (and post-increment the current index)
521 * @return the previous code point (after pre-decrementing the current index)
581 * getState() simply returns the current index.
602 * getState() simply returns the current index.
634 * - the current UTF-8 source byte index (bits 31..1)
641 * move(relative to current) after setState(), may return UITER_UNKNOWN_INDEX.
666 * getState() simply returns the current index.
691 * getState() simply returns the current index.