Home | History | Annotate | Download | only in unicode

Lines Matching defs:UTEXT_PREVIOUS32

70  *    for (c=utext_previous32From(ut, textLength); c>=0; c=utext_previous32(ut)) {
477 * An inline macro version of this function, UTEXT_PREVIOUS32(),
483 * @see UTEXT_PREVIOUS32
487 utext_previous32(UText *ut);
558 * with utext_next32(), utext_previous32() or utext_moveIndex32().
689 * inline version of utext_previous32(), for performance-critical situations.
698 #define UTEXT_PREVIOUS32(ut) \
701 (ut)->chunkContents[--((ut)->chunkOffset)] : utext_previous32(ut))