Lines Matching refs:ranges
446 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges);
470 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
535 g->noOfRanges = ucol_allocWeights(UCOL_BYTE_UNSHIFTED_MIN<<24, high, count, maxByte, g->ranges);
536 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges);
542 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
546 g->current = ucol_nextWeight(g->ranges, &g->noOfRanges);
748 /* must initialize ranges to avoid memory check warnings */
750 uprv_memset(Gens[i].ranges, 0, sizeof(Gens[i].ranges));