Home | History | Annotate | Download | only in unicode

Lines Matching full:unit

148  * return another code unit.
151 * @return boolean value for whether current() and next() can still return another code unit
162 * Check if previous() can still return another code unit.
165 * @return boolean value for whether previous() can still return another code unit
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)
207 * Decrement the index and return the code unit from there
212 * @return the previous code unit (after pre-decrementing the current index)
311 * C API for code unit iteration.
334 * UCharIterator functions return code unit values 0..0xffff,
403 * return another code unit.
411 * (public) Check if previous() can still return another code unit.
419 * (public) Return the code unit at the current position,
428 * (public) Return the code unit at the current index and increment
438 * (public) Decrement the index and return the code unit from there
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,