Lines Matching defs:limit

28     UChar32 start, limit;
34 * value is set from the previous boundary's limit to before
35 * this boundary's limit
37 * There must be an entry with limit 0 and the intialValue.
38 * It may be preceded by an entry with negative limit and the errorValue.
41 UChar32 limit;
48 for(i=0; i<countCheckRanges && checkRanges[i].limit<=0; ++i) {}
56 if(i<countCheckRanges && checkRanges[i].limit<0) {
61 if(i<countCheckRanges && checkRanges[i].limit==0) {
131 for (i = 0; i < countCheckRanges && checkRanges[i].limit <= start; ++i) {}
136 expEnd = checkRanges[i].limit - 1;
153 expEnd = checkRanges[i].limit - 1;
171 expEnd = checkRanges[i].limit - 1;
192 UChar32 start, limit;
202 limit=checkRanges[i].limit;
205 while(start<limit) {
285 limit=checkRanges[i].limit;
288 while(start<limit && start<=0x7f) {
349 UChar32 start, limit;
359 limit=checkRanges[i].limit;
362 while(start<limit) {
394 const UChar *p, *limit;
412 c=checkRanges[i].limit;
425 limit=s+length;
438 while(p<limit) {
443 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_16, p, limit, c, value);
445 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_32, p, limit, c, value);
447 UCPTRIE_FAST_U16_NEXT(trie, UCPTRIE_8, p, limit, c, value);
463 p=limit;
519 const uint8_t *p, *limit;
551 c=checkRanges[i].limit;
590 limit=s+length;
603 while(p<limit) {
607 UCPTRIE_FAST_U8_NEXT(trie, UCPTRIE_16, p, limit, value);
609 UCPTRIE_FAST_U8_NEXT(trie, UCPTRIE_32, p, limit, value);
611 UCPTRIE_FAST_U8_NEXT(trie, UCPTRIE_8, p, limit, value);
646 p=limit;
732 fputs("# Array of (limit, value) pairs\n", stream);
1007 UChar32 start, limit;
1034 limit=setRanges[i].limit;
1036 if ((limit - start) == 1) {
1039 umutablecptrie_setRange(mutableTrie, start, limit-1, value, &errorCode);
1362 checkRanges[0].limit = 0;
1369 checkRanges[value + 1].limit = i + 0x1000;
1400 checkRanges[0].limit = 0;
1409 checkRanges[r].limit = c + 0x40;
1412 checkRanges[r].limit = 0x20000;
1417 checkRanges[r].limit = c + 0x10;
1421 checkRanges[r].limit = 0x30234;
1424 checkRanges[r].limit = 0xe0000;
1427 checkRanges[r].limit = 0x110000;
1624 checkRanges[value].limit = i + 0x10;
1627 checkRanges[0x100].limit = 0x110000;