Home | History | Annotate | Download | only in i18n

Lines Matching full:contraction

102  *                                  in case the base contraction symbol is tailored.
111 * uint32_t contractionIndex; - offset to contraction table (UChar *contractionIndex). Used to look up contraction sequences. Contents
114 * uint32_t contractionCEs; - offset to resulting contraction CEs (uint32_t *contractionCEs). When a contraction is resolved in the
117 * uint32_t contractionSize; - size of contraction table in elements (both Index and CEs).
136 * uint8_t contractionUCACombosWidth; - number of UChars per UCA contraction in contractionUCACombos (formatVersion 2.3)
744 CONTRACTION_TAG = 2, /* Start of a contraction */
747 SURROGATE_TAG = 5, /* Lead surrogate that is tailored and doesn't start a contraction */
848 int32_t contractionUCACombosSize; /* number of UCA contraction items. */
980 const uint8_t *contrEndCP; /* Contraction ending chars hash table */
982 UChar minContrEndCP; /* Smallest code point at end of a contraction */
1101 * those that are the 2nd thru nth character in a contraction sequence.