Home | History | Annotate | Download | only in i18n

Lines Matching full:tailored

82      * Makes and inserts a new tailored node into the list, after the one at index.
100 * Skips weaker nodes and tailored nodes if the current node is stronger
148 * Walks the tailoring graph and overwrites tailored nodes with new CEs.
150 * The nodes array can then be used only as a source of tailored CEs.
154 * Counts the tailored nodes of the given strength up to the next node
224 * Node bit 6 is set on a primary node if there are tailored nodes
230 * Node bit 5 is set on a primary or secondary node if there are tailored nodes
236 * Node bit 3 distinguishes a tailored node, which has no weight value,
320 * Data structure for assigning tailored weights and CEs.
332 * "Tailored" nodes, with the IS_TAILORED bit set,
339 * - a tailored node of the same strength.
344 * a secondary node with BEFORE_WEIGHT16, then a secondary tailored node,
351 * All secondary tailored nodes between these two explicit ones
359 * Tailored CEs are initially represented in a CollationDataBuilder as temporary CEs
361 * and temporary CEs stored in a CollationDataBuilder only point to tailored nodes.
363 * A temporary CE in the ces[] array may point to a non-tailored reset-before-position node,
366 * At the end, the tailored weights are allocated as necessary,
367 * then the tailored nodes are replaced with final CEs,
381 * Weaker root nodes & tailored nodes:
383 * + a root or default weight for a non-tailored node
384 * + unused/zero for a tailored node