Home | History | Annotate | Download | only in i18n

Lines Matching full:contractions

77  * - contractions (UChar[contractionSize] + CE[contractionSize])
83 * - UCA contractions (UChar[contractionUCACombosSize][contractionUCACombosWidth])
104 * uint32_t contractionUCACombos; - only used (!=0) in UCA image - list of UCA contractions. This is a zero terminated array of UChar[contractionUCACombosWidth],
105 * containing contractions from the UCA. These are needed in the build process to copy UCA contractions
116 * are aligned with the contents of contractionCEs table. 0 if no contractions.
120 * 0 if no contractions.
133 * uint32_t contrEndCP; - hash table of final code points in contractions (uint8_t *). See ucol_contractionEndCP.