Lines Matching refs:calls
103 nextPostInc() or next32PostInc() calls with hasNext() to perform Forward
104 Iteration. These calls are the only character access methods provided by the
106 setToStart(), firstPostInc() or first32PostInc()calls . (The setToStart() call
114 skip it the next time ICU calls the method. The methods used for Forward
115 Iteration are the next() or next32() calls. An iteration loop must start with
116 first() or first32() calls to get the first character.
124 previous() or previous32() calls with the hasPrevious() call . An iteration loop
125 can be started with setToEnd(), last(), or last32() calls.
134 The setIndex() and setIndex32() calls set the index to a new position and return
139 Similarly, the current() and current32() calls return the character at the
147 Without accessing the text, the setToStart() and setToEnd() calls set the index
148 to the start or to the end of the text. Therefore, these calls are efficient in
152 and move32() calls. These calls allow you to move the index forward or backward
154 index. The move() and move32() calls do not access the text and are best used