Home | History | Annotate | Download | only in i18n

Lines Matching full:bits

50      * Options bits 3..2: Alternate-handling mask. 0 for non-ignorable.
55 * Options bits 6..4: The 3-bit maxVariable value bit field is shifted by this value.
66 * Options bit 9: Keep the case bits in the tertiary weight (they trump other tertiary values)
68 * By default, the case bits are removed from the tertiary weight (ignored).
88 * Options bits 15..12: The 4-bit strength value bit field is shifted by this value.
183 * Include case bits in the tertiary level if caseLevel=off and caseFirst!=off.
189 // Remove the case bits from the tertiary weight when caseLevel is on or caseFirst is off.
195 // On tertiary level, consider case bits and sort uppercase first
230 * The upper 16 bits of the entry are the upper 16 bits of the
233 * modified by the signed offset (-0xff..+0xff) stored in the lower 16 bits.