Home | History | Annotate | Download | only in i18n

Lines Matching defs:expansion

79  * - max expansion tables (CE[endExpansionCECount] + uint8_t[endExpansionCECount])
94 * will have all offsets 0 except for the options and expansion offsets,
113 * uint32_t expansion; - offset to expansion table (uint32_t *expansion). This is an array of expansion CEs. Never 0.
123 * Tables described below are used for Boyer-Moore searching algorithm - they define the size of longest expansion
125 * uint32_t endExpansionCE; - offset to array of last collation element in expansion (uint32_t *).
127 * uint32_t expansionCESize; - array of maximum expansion sizes (uint8_t *)
222 /* This is the size of the buffer for expansion CE's */
226 /* Reasonable small value is around 10, if you don't do Arabic or other funky collations that have long expansion sequence */
227 /* This is the longest expansion sequence we can handle without bombing out */
230 /* This is the size to increase the buffer for expansion CE's */
477 * Macro to get the maximum size of an expansion ending with the argument ce.
482 * @param order last collation element of the expansion sequence
483 * @param result size of the longest expansion with argument collation element
759 EXPANSION_TAG = 1, /* This code point results in an expansion */
772 /* It fits in a single 32 bit CE and is used instead of expansion to save */
928 const uint32_t *expansion;
932 const uint32_t *endExpansionCE; /* array of last ces in an expansion ce.
936 expansion ce with the last ce