Lines Matching full:iteration
48 * The iteration range is the whole string, and the starting position is 0.
56 * The iteration range is the whole string, and the starting
58 * iteration range, the behavior of this object is undefined.
60 * @param textPos The starting position of the iteration
69 * The iteration range begins with the code unit specified by
77 * @param textBegin The begin position of the iteration range
78 * @param textEnd The end position of the iteration range
79 * @param textPos The starting position of the iteration
141 * Copies the UnicodeString under iteration into the UnicodeString
144 * @param result Receives a copy of the text under iteration.
165 * Default constructor, iteration over empty string.