Home | History | Annotate | Download | only in unicode

Lines Matching refs:utext_previous32

72  *    for (c=utext_previous32From(ut, textLength); c>=0; c=utext_previous32(ut)) {
499 * An inline macro version of this function, UTEXT_PREVIOUS32(),
505 * @see UTEXT_PREVIOUS32
509 utext_previous32(UText *ut);
580 * with utext_next32(), utext_previous32() or utext_moveIndex32().
727 * inline version of utext_previous32(), for performance-critical situations.
736 #define UTEXT_PREVIOUS32(ut) \
739 (ut)->chunkContents[--((ut)->chunkOffset)] : utext_previous32(ut))