Lines Matching refs:limit
39 UChar32 start, limit;
46 * value is set from the previous boundary's limit to before
47 * this boundary's limit
50 UChar32 limit;
58 UChar32 limit;
63 limit=start+0x400;
64 while(start<limit) {
89 UChar32 limit;
94 limit=start+0x400;
95 while(start<limit) {
127 _testEnumRange(const void *context, UChar32 start, UChar32 limit, uint32_t value) {
132 if(start!=(b-1)->limit || limit!=b->limit || value!=b->value) {
134 start, limit, value,
135 (b-1)->limit, b->limit, b->value);
147 const UChar *p, *limit;
157 c=checkRanges[i].limit;
164 limit=s+length;
169 while(p<limit) {
172 UTRIE_NEXT32(trie, p, limit, c, c2, value);
174 UTRIE_NEXT16(trie, p, limit, c, c2, value);
230 p=limit;
265 UChar32 start, limit;
282 limit=setRanges[i].limit;
285 if((limit-start)==1 && overwrite) {
288 ok&=utrie_setRange32(newTrie, start, limit, value, overwrite);
299 limit=checkRanges[i].limit;
302 while(start<limit) {
336 limit=checkRanges[i].limit;
339 while(start<limit && start<=0xff) {
368 limit=checkRanges[i].limit;
373 start=limit;
377 while(start<limit) {
459 UChar32 start, limit;
473 limit=setRanges[i].limit;
476 if((limit-start)==1 && overwrite) {
479 ok&=utrie_setRange32(newTrie, start, limit, value, overwrite);
490 limit=checkRanges[i].limit;
493 while(start<limit) {
543 limit=checkRanges[i].limit;
546 while(start<limit && start<=0xff) {
577 limit=checkRanges[i].limit;
582 start=limit;
586 while(start<limit) {