Home | History | Annotate | Download | only in i18n

Lines Matching full:weights

16 *   This file contains code for allocating n collation element weights
36 /* helper functions for CE weights */
138 * take two CE weights and calculate the
139 * possible ranges of weights between the two limits, excluding them
140 * for weights with up to 4 bytes there are up to 2*4-1=7 ranges
301 * which ranges to use for a given number of weights between (excluding)
337 /* what is the maximum number of weights with these ranges? */
344 printf("the maximum number of %lu weights is sufficient for n=%lu\n", maxCount, n);
348 printf("error: the maximum number of %lu weights is insufficient for n=%lu\n", maxCount, n);
482 * iterate through the weights
525 printf("error: 0xffffffff with %lu more weights to go\n", n);