Home | History | Annotate | Download | only in i18n

Lines Matching defs:expansion

75  * - max expansion tables (CE[endExpansionCECount] + uint8_t[endExpansionCECount])
90 * will have all offsets 0 except for the options and expansion offsets,
109 * uint32_t expansion; - offset to expansion table (uint32_t *expansion). This is an array of expansion CEs. Never 0.
119 * Tables described below are used for Boyer-Moore searching algorithm - they define the size of longest expansion
121 * uint32_t endExpansionCE; - offset to array of last collation element in expansion (uint32_t *).
123 * uint32_t expansionCESize; - array of maximum expansion sizes (uint8_t *)
224 /* This is the size of the buffer for expansion CE's */
228 /* Reasonable small value is around 10, if you don't do Arabic or other funky collations that have long expansion sequence */
229 /* This is the longest expansion sequence we can handle without bombing out */
232 /* This is the size to increase the buffer for expansion CE's */
479 * Macro to get the maximum size of an expansion ending with the argument ce.
484 * @param order last collation element of the expansion sequence
485 * @param result size of the longest expansion with argument collation element
743 EXPANSION_TAG = 1, /* This code point results in an expansion */
756 /* It fits in a single 32 bit CE and is used instead of expansion to save */
831 uint32_t expansion; /* uint32_t *expansion; */
838 expansion */
839 uint32_t expansionCESize; /* array of maximum expansion size
840 corresponding to the expansion
968 const uint32_t *expansion;
972 const uint32_t *endExpansionCE; /* array of last ces in an expansion ce.
976 expansion ce with the last ce