Home | History | Annotate | Download | only in unicode

Lines Matching refs:next32PostInc

48  * It provides next32PostInc() to access a code point and advance an internal
51 * <p>next32PostInc() assumes that the current position is that of
53 * After next32PostInc(), this will be true again.
57 * is returned even by next32PostInc().</p>
64 * <li>nextPostInc() and next32PostInc() return DONE
73 * c=it.next32PostInc();
160 virtual UChar32 next32PostInc(void) = 0;
165 * This is used with nextPostInc() or next32PostInc() in forward
222 * c=it.next32PostInc();
273 * if(c!=it.next32PostInc()) {
403 * Note that an iteration with next32PostInc(), beginning with,
414 * for forward iteration with next32PostInc().
423 * iteration with nextPostInc() or next32PostInc().
508 * that is provided by next32PostInc().