Home | History | Annotate | Download | only in makeconv

Lines Matching refs:low

397  * 1. Count the number of unique unit values and get the low/high unit values
419 int32_t low, high, prev;
426 /* step 1: examine the input units; set low, high, uniqueCount */
429 low=bytes[unitIndex];
432 prev=high=low;
445 count=(high-low)+1;
451 * from low to high
471 prev=low-1; /* just before low to prevent empty subsections before low */
716 UChar32 low, high, prev;
724 /* step 1: examine the input units; set low, high, uniqueCount */
727 low=uchars[unitIndex];
730 prev=high=low;
755 prev=low-1; /* just before low to prevent empty subsections before low */