Home | History | Annotate | Download | only in i18n

Lines Matching refs:ranges

35  * what ranges to use for a given number of weights between (excluding)
38 * @param lowerLimit A collation element weight; the ranges will be filled to cover
40 * @param upperLimit A collation element weight; the ranges will be filled to cover
45 * @param ranges An array that is filled in with one or more ranges to cover
47 * @return number of ranges, 0 if it is not possible to fit n elements between the limits
53 WeightRange ranges[7]);
56 * Given a set of ranges calculated by ucol_allocWeights(),
58 * The ranges are modified to keep the current iteration state.
60 * @param ranges The array of ranges that ucol_allocWeights() filled in.
61 * The ranges are modified.
62 * @param pRangeCount The number of ranges. It will be decremented when necessary.
63 * @return The next weight in the ranges, or 0xffffffff if there is none left.
66 ucol_nextWeight(WeightRange ranges[], int32_t *pRangeCount);