Home | History | Annotate | Download | only in unicode

Lines Matching refs:snext

46  * <p>The pointers returned by next, unext, and snext become invalid
48 * unext, snext, or reset.</p>
108 * to next, unext, snext, reset, or the enumerator's destructor.</p>
119 * Starting with ICU 2.8, the default implementation calls snext()
121 * Either next() or snext() must be implemented differently by a subclass.
140 * to next, unext, snext, reset, or the enumerator's destructor.</p>
145 * Starting with ICU 2.8, the default implementation calls snext()
162 * to next, unext, snext, reset, or the enumerator's destructor.</p>
169 * Either next() or snext() must be implemented differently by a subclass.
176 virtual const UnicodeString* snext(UErrorCode& status);
183 * <p>Previous pointers returned by next, unext, or snext become
251 * especially for implementations of snext() in terms of next().
253 * of snext() to avoid potential infinite loops between next() and snext().
257 * const UnicodeString* snext(UErrorCode& status) {