Home | History | Annotate | Download | only in i18n

Lines Matching refs:limit

116         offsets.start = offsets.limit;
124 offsets.start = offsets.limit;
132 int32_t limit = offsets.limit;
141 while (cursor < limit) {
149 ICU_Utility::parsePattern(openPat, text, cursor, limit);
150 if (i >= 0 && i < limit) {
163 // loop. If the limit is reached, exit the loop.
210 limit -= delta;
245 offsets.contextLimit += limit - offsets.limit;
246 offsets.limit = limit;