Lines Matching refs:range
92 * uint8_t algRangeData[]; -- padded to 4-count except in last range
97 * -- algorithmic range types:
449 AlgorithmicRange range;
450 uprv_memset(&range, 0, sizeof(AlgorithmicRange));
452 range.start=start;
453 range.end=end;
455 range.type=0;
456 range.variant= end<=0xffff ? 4 : 5;
460 range.type=1;
461 range.variant=(uint8_t)LENGTHOF(hangulFactors);
474 range.size=(uint16_t)rangeSize;
475 algRanges.append((char *)&range, (int32_t)sizeof(AlgorithmicRange), errorCode);
476 if(range.type==0) { // han
505 /* count the letters in the token range */