Lines Matching defs:table
61 * (UCA & tailorings) and for the inverse UCA table.
107 * Used as a primary lookup table for collation elements.
109 * uint32_t expansion; - offset to expansion table (uint32_t *expansion). This is an array of expansion CEs. Never 0.
111 * uint32_t contractionIndex; - offset to contraction table (UChar *contractionIndex). Used to look up contraction sequences. Contents
112 * are aligned with the contents of contractionCEs table. 0 if no contractions.
115 * in the contractionIndex table, the resulting index is used to look up corresponding CE in this table.
117 * uint32_t contractionSize; - size of contraction table in elements (both Index and CEs).
128 * uint32_t unsafeCP; - hash table of unsafe code points (uint8_t *). See ucol_unsafeCP function.
129 * uint32_t contrEndCP; - hash table of final code points in contractions (uint8_t *). See ucol_contractionEndCP.
146 * uint32_t offset to the reordering code to lead CE byte remapping table
147 * uint32_t offset to the lead CE byte to reordering code mapping table
158 * uint32_t tableSize; - length of inverse table (number of uint32_t[3] rows)
159 * uint32_t contsSize; - size of continuation table (number of UChars in table)
161 * uint32_t table; - offset to inverse table (uint32_t *)
162 * Inverse table contains of rows of 3 uint32_t values. First two values are CE and a possible continuation
165 * table. If more than one codepoint have the same CE, continuation table contains code units separated by FFFF and final
167 * uint32_t conts; - offset to continuation table (uint16_t *). Contains code units that transform to a same CE.
171 * Header is followed by the table and continuation table.
177 /* UDataInfo for UCA mapping table */
189 /* UDataInfo for inverse UCA table */
236 /* Unsafe UChar hash table table size. */
481 * Note for tailoring, the UCA maxexpansion table has been merged.
844 uint32_t unsafeCP; /* hash table of unsafe code points */
845 uint32_t contrEndCP; /* hash table of final code points */
936 uint32_t table;
980 const uint8_t *contrEndCP; /* Contraction ending chars hash table */
1027 UVersionInfo dataVersion; /* Data info of UCA table */