Home | History | Annotate | Download | only in i18n

Lines Matching refs:ces

74      * Picks one of the current CEs and finds or inserts a node in the graph
125 * need not re-encode the CEs multiple times.
153 * Walks the tailoring graph and overwrites tailored nodes with new CEs.
155 * The nodes array can then be used only as a source of tailored CEs.
164 /** Replaces temporary CEs with the final CEs they point to. */
175 * Temporary CEs are distinguished from real CEs by their use of
306 int64_t ces[Collation::MAX_EXPANSION_LENGTH];
320 * Data structure for assigning tailored weights and CEs.
360 * Tailored CEs are initially represented in a CollationDataBuilder as temporary CEs
362 * and temporary CEs stored in a CollationDataBuilder only point to tailored nodes.
364 * A temporary CE in the ces[] array may point to a non-tailored reset-before-position node,
368 * then the tailored nodes are replaced with final CEs,
369 * and the CollationData is rewritten by replacing temporary CEs with final ones.
372 * because that would invalidate the indexes stored in existing temporary CEs.
398 * in a pointer list so that they can be indexed from temporary CEs,