• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:limit

33           limit(other.limit == NULL ? NULL : newText + (other.limit - other.start)) {  in UTF16CollationIterator()
59 if(pos == limit) { in handleNextCE32()
69 if(pos == limit) { return 0; } in handleGetTrailSurrogate()
77 if(limit == NULL) { in foundNULTerminator()
78 limit = --pos; in foundNULTerminator()
87 if(pos == limit) { in nextCodePoint()
91 if(c == 0 && limit == NULL) { in nextCodePoint()
92 limit = pos; in nextCodePoint()
97 if(U16_IS_LEAD(c) && pos != limit && U16_IS_TRAIL(trail = *pos)) { in nextCodePoint()
122 while(num > 0 && pos != limit) { in forwardNumCodePoints()
124 if(c == 0 && limit == NULL) { in forwardNumCodePoints()
125 limit = pos; in forwardNumCodePoints()
130 if(U16_IS_LEAD(c) && pos != limit && U16_IS_TRAIL(*pos)) { in forwardNumCodePoints()
162 limit = other.limit == NULL ? NULL : newText + (other.limit - other.rawStart); in FCDUTF16CollationIterator()
166 limit = start + normalized.length(); in FCDUTF16CollationIterator()
192 limit = rawLimit; in resetToOffset()
211 if(pos == limit) { in handleNextCE32()
218 (pos != limit && CollationFCD::hasLccc(*pos))) { in handleNextCE32()
228 } else if(checkDir == 0 && pos != limit) { in handleNextCE32()
240 if(limit == NULL) { in foundNULTerminator()
241 limit = rawLimit = --pos; in foundNULTerminator()
253 if(pos == limit) { in nextCodePoint()
259 (pos != limit && CollationFCD::hasLccc(*pos))) { in nextCodePoint()
266 } else if(c == 0 && limit == NULL) { in nextCodePoint()
267 limit = rawLimit = --pos; in nextCodePoint()
271 } else if(checkDir == 0 && pos != limit) { in nextCodePoint()
279 if(U16_IS_LEAD(c) && pos != limit && U16_IS_TRAIL(trail = *pos)) { in nextCodePoint()
343 U_ASSERT(checkDir < 0 || (checkDir == 0 && pos == limit)); in switchToForward()
348 limit = rawLimit; in switchToForward()
366 limit = rawLimit; in switchToForward()
374 U_ASSERT(checkDir > 0 && pos != limit); in nextSegment()
385 limit = segmentLimit = q; in nextSegment()
400 limit = segmentLimit = p; in nextSegment()
404 U_ASSERT(pos != limit); in nextSegment()
414 limit = segmentLimit = pos; in switchToBackward()
428 pos = limit = segmentLimit = segmentStart; in switchToBackward()
460 pos = limit; in previousSegment()
486 limit = start + normalized.length(); in normalize()