Home | History | Annotate | Download | only in unicode

Lines Matching full:previous

84 *       order = c->previous(success);
92 * the comparison level of the collator. The method previous() returns the
93 * collation order of the previous character based on the comparison level of
96 * and previous() can not be inter-used. Whenever previous() is to be called after
100 * Hence at the next call of next() or previous(), the first or last collation order,
105 * iterate (previous()) on the same string are equivalent, if collation orders
181 * Get the ordering priority of the previous collation element in the string.
183 * @return the previous element's ordering. otherwise returns NULLORDER if an
187 int32_t previous(UErrorCode& status);
216 * @param order a collation order returned by previous or next.
364 * <0: backwards; 0: just after reset() (previous() begins from end);