Lines Matching refs:limit

35           limit(other.limit == NULL ? NULL : newText + (other.limit - other.start)) {  in UTF16CollationIterator()
61 if(pos == limit) { in handleNextCE32()
71 if(pos == limit) { return 0; } in handleGetTrailSurrogate()
79 if(limit == NULL) { in foundNULTerminator()
80 limit = --pos; in foundNULTerminator()
89 if(pos == limit) { in nextCodePoint()
93 if(c == 0 && limit == NULL) { in nextCodePoint()
94 limit = pos; in nextCodePoint()
99 if(U16_IS_LEAD(c) && pos != limit && U16_IS_TRAIL(trail = *pos)) { in nextCodePoint()
124 while(num > 0 && pos != limit) { in forwardNumCodePoints()
126 if(c == 0 && limit == NULL) { in forwardNumCodePoints()
127 limit = pos; in forwardNumCodePoints()
132 if(U16_IS_LEAD(c) && pos != limit && U16_IS_TRAIL(*pos)) { in forwardNumCodePoints()
164 limit = other.limit == NULL ? NULL : newText + (other.limit - other.rawStart); in FCDUTF16CollationIterator()
168 limit = start + normalized.length(); in FCDUTF16CollationIterator()
194 limit = rawLimit; in resetToOffset()
213 if(pos == limit) { in handleNextCE32()
220 (pos != limit && CollationFCD::hasLccc(*pos))) { in handleNextCE32()
230 } else if(checkDir == 0 && pos != limit) { in handleNextCE32()
242 if(limit == NULL) { in foundNULTerminator()
243 limit = rawLimit = --pos; in foundNULTerminator()
255 if(pos == limit) { in nextCodePoint()
261 (pos != limit && CollationFCD::hasLccc(*pos))) { in nextCodePoint()
268 } else if(c == 0 && limit == NULL) { in nextCodePoint()
269 limit = rawLimit = --pos; in nextCodePoint()
273 } else if(checkDir == 0 && pos != limit) { in nextCodePoint()
281 if(U16_IS_LEAD(c) && pos != limit && U16_IS_TRAIL(trail = *pos)) { in nextCodePoint()
345 U_ASSERT(checkDir < 0 || (checkDir == 0 && pos == limit)); in switchToForward()
350 limit = rawLimit; in switchToForward()
368 limit = rawLimit; in switchToForward()
376 U_ASSERT(checkDir > 0 && pos != limit); in nextSegment()
387 limit = segmentLimit = q; in nextSegment()
402 limit = segmentLimit = p; in nextSegment()
406 U_ASSERT(pos != limit); in nextSegment()
416 limit = segmentLimit = pos; in switchToBackward()
430 pos = limit = segmentLimit = segmentStart; in switchToBackward()
462 pos = limit; in previousSegment()
488 limit = start + normalized.length(); in normalize()