Home | History | Annotate | Download | only in i18n

Lines Matching refs:limit

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