Lines Matching full:tailored
90 * Makes and inserts a new tailored node into the list, after the one at index.
108 * Skips weaker nodes and tailored nodes if the current node is stronger
156 * Walks the tailoring graph and overwrites tailored nodes with new CEs.
158 * The nodes array can then be used only as a source of tailored CEs.
162 * Counts the tailored nodes of the given strength up to the next node
239 * Node bit 3 distinguishes a tailored node, which has no weight value,
324 * Data structure for assigning tailored weights and CEs.
336 * "Tailored" nodes, with the IS_TAILORED bit set,
343 * - a tailored node of the same strength.
348 * a secondary node with an explicit below-common weight, then a secondary tailored node,
364 * Tailored CEs are initially represented in a CollationDataBuilder as temporary CEs
366 * and temporary CEs stored in a CollationDataBuilder only point to tailored nodes.
368 * A temporary CE in the ces[] array may point to a non-tailored reset-before-position node,
371 * At the end, the tailored weights are allocated as necessary,
372 * then the tailored nodes are replaced with final CEs,
386 * Weaker root nodes & tailored nodes:
388 * + a root or default weight for a non-tailored node
389 * + unused/zero for a tailored node