Home | History | Annotate | Download | only in unicode

Lines Matching refs:utext_next32

58  *    for (c=utext_next32From(ut, 0); c>=0; c=utext_next32(ut)) {
477 * An inline macro version of this function, UTEXT_NEXT32(),
482 * @see UTEXT_NEXT32
486 utext_next32(UText *ut);
519 * utext_next32();
578 * with utext_next32(), utext_previous32() or utext_moveIndex32().
710 * inline version of utext_next32(), for performance-critical situations.
720 #define UTEXT_NEXT32(ut) \
722 ((ut)->chunkContents)[((ut)->chunkOffset)++] : utext_next32(ut))
1417 * This is the index to the character that will be returned by utext_next32().