Home | History | Annotate | Download | only in i18n

Lines Matching full:weights

178      * secondary weights 06..45 which are otherwise reserved for compressed sort keys.
312 * Indexes of nodes with root primary weights, sorted by primary.
317 * It also allows storing root primary weights in list head nodes,
318 * without previous index, leaving room in root primary nodes for 32-bit primary weights.
322 * Data structure for assigning tailored weights and CEs.
329 * Root primary nodes have 32-bit weights but do not have previous indexes.
330 * All other nodes have at most 16-bit weights and do have previous indexes.
332 * Nodes with explicit weights store root collator weights,
333 * or default weak weights (e.g., secondary 05) for stronger nodes.
335 * do not store explicit weights but rather
343 * A node of a given strength normally implies "common" weights on weaker levels.
357 * with the common or lower weights.
359 * Same for HAS_BEFORE3 for tertiary nodes and weights.
369 * At the end, the tailored weights are allocated as necessary,