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 *)
234 /* This is the size of the buffer for expansion CE's */
238 /* Reasonable small value is around 10, if you don't do Arabic or other funky collations that have long expansion sequence */
239 /* This is the longest expansion sequence we can handle without bombing out */
242 /* This is the size to increase the buffer for expansion CE's */
498 * Macro to get the maximum size of an expansion ending with the argument ce.
503 * @param order last collation element of the expansion sequence
504 * @param result size of the longest expansion with argument collation element
779 EXPANSION_TAG = 1, /* This code point results in an expansion */
792 /* It fits in a single 32 bit CE and is used instead of expansion to save */
867 uint32_t expansion; /* uint32_t *expansion; */
874 expansion */
875 uint32_t expansionCESize; /* array of maximum expansion size
876 corresponding to the expansion
995 const uint32_t *expansion;
999 const uint32_t *endExpansionCE; /* array of last ces in an expansion ce.
1003 expansion ce with the last ce