Lines Matching full:bits
64 /** Middle 16 bits of a CE with a common secondary weight. */
66 /** Lower 16 bits of a CE with a common tertiary weight. */
68 /** Lower 32 bits of a CE with common secondary and tertiary weights. */
74 /** Only the 2*6 bits for the pure tertiary weight. */
76 /** Only the secondary & tertiary bits; no case, no quaternary. */
78 /** Case bits and tertiary bits. */
81 /** Case bits and quaternary bits. */
107 * Impossible case bits 11 mark special CE32s.
154 * Special-CE32 tags, from bits 3..0 of a special 32-bit CE.
155 * Bits 31..8 are available for tag-specific data.
156 * Bits 5..4: Reserved. May be used in the future to indicate lccc!=0 and tccc!=0.
162 * Bits 31..8: Unused, 0.
167 * Bits 31..8: Three-byte primary.
172 * Bits 31..16: Secondary weight.
173 * Bits 15.. 8: Tertiary weight.
179 * storing the secondary in bits 31..24, the ccc in bits 23..16,
180 * and the tertiary in bits 15..8.
185 * Bits 31..24: Single-byte primary weight pp of the first CE.
186 * Bits 23..16: Tertiary weight tt of the first CE.
187 * Bits 15.. 8: Secondary weight ss of the second CE.
192 * Bits 31..13: Index into uint32_t table.
193 * Bits 12.. 8: Length=1..31.
198 * Bits 31..13: Index into CE table.
199 * Bits 12.. 8: Length=1..31.
206 * Bits 31..13: Index to the builder's list of ConditionalCE32 for this character.
207 * Bits 12.. 9: Unused, 0.
211 * Bits 31..13: Jamo code point.
212 * Bits 12.. 9: Unused, 0.
217 * Bits 31..13: Index into prefix/contraction data.
218 * Bits 12.. 8: Unused, 0.
223 * Bits 31..13: Index into prefix/contraction data.
224 * Bits 12..11: Unused, 0.
232 * Bits 31..13: Index into uint32_t table for non-numeric-collation CE32.
234 * Bits 11.. 8: Digit value 0..9.
240 * Bits 31..8: Unused, 0.
245 * Bits 31..9: Unused, 0.
252 * Bits 31..10: Unused, 0.
260 * Bits 31..13: Index into CE table, for one data "CE".
261 * Bits 12.. 8: Unused, 0.
264 * Bits 63..32: Three-byte primary pppppp00.
272 * All bits are set (UNASSIGNED_CE32=0xffffffff).
283 * so that we can use a small number of length bits in the data structure,