Home | History | Annotate | Download | only in unicode

Lines Matching defs:UTEXT_NEXT32

58  *    for (c=utext_next32From(ut, 0); c>=0; c=utext_next32(ut)) {
457 * An inline macro version of this function, UTEXT_NEXT32(),
462 * @see UTEXT_NEXT32
466 utext_next32(UText *ut);
499 * utext_next32();
558 * with utext_next32(), utext_previous32() or utext_moveIndex32().
674 * inline version of utext_next32(), for performance-critical situations.
684 #define UTEXT_NEXT32(ut) \
686 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
1381 * This is the index to the character that will be returned by utext_next32().