Searched defs:weights (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/localedef/
H A Dcollate.c86 * weights are stashed in an AVL tree sorted by relative "priority".
172 * Individual characters have a sequence of weights as well.
200 static avl_tree_t weights[COLL_WEIGHTS_MAX]; variable
219 * We keep a running tally of weights.
225 * This array collects up the weights for each level.
442 avl_create(&weights[i], weight_compare, sizeof (weight_t),
593 /* save off the weights were we can find them */
697 * different weights than the range members.
708 * pick all of the saved weights for the
835 errf(_("too many weights (ma
[all...]

Completed in 52 milliseconds