Home | History | Annotate | Download | only in i18n

Lines Matching refs:expansion

71  * - max expansion tables (CE[endExpansionCECount] + uint8_t[endExpansionCECount])
86 * will have all offsets 0 except for the options and expansion offsets,
105 * uint32_t expansion; - offset to expansion table (uint32_t *expansion). This is an array of expansion CEs. Never 0.
115 * Tables described below are used for Boyer-Moore searching algorithm - they define the size of longest expansion
117 * uint32_t endExpansionCE; - offset to array of last collation element in expansion (uint32_t *).
119 * uint32_t expansionCESize; - array of maximum expansion sizes (uint8_t *)
217 /* This is the size of the buffer for expansion CE's */
221 /* Reasonable small value is around 10, if you don't do Arabic or other funky collations that have long expansion sequence */
222 /* This is the longest expansion sequence we can handle without bombing out */
225 /* This is the size to increase the buffer for expansion CE's */
438 * Macro to get the maximum size of an expansion ending with the argument ce.
443 * @param order last collation element of the expansion sequence
444 * @param result size of the longest expansion with argument collation element
699 EXPANSION_TAG = 1, /* This code point results in an expansion */
712 /* It fits in a single 32 bit CE and is used instead of expansion to save */
787 uint32_t expansion; /* uint32_t *expansion; */
794 expansion */
795 uint32_t expansionCESize; /* array of maximum expansion size
796 corresponding to the expansion
922 const uint32_t *expansion;
927 const uint32_t *endExpansionCE; /* array of last ces in an expansion ce.
931 expansion ce with the last ce