Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCA

16 *   This program reads the Franctional UCA table and generates
17 * internal format for UCA table as well as inverse UCA table.
23 * 03/07/2001 synwee merged UCA's maxexpansion and tailoring's
113 uprv_uca_initTempTable(UCATableHeader *image, UColOptionSet *opts, const UCollator *UCA, UColCETags initTag, UColCETags supplementaryInitTag, UErrorCode *status) {
141 t->UCA = UCA;
167 /* copy UCA's maxexpansion and merge as we go along */
168 if (UCA != NULL) {
170 maxet->size = (int32_t)(UCA->lastEndExpansionCE - UCA->endExpansionCE) + 2;
187 uprv_memcpy(maxet->endExpansionCE + 1, UCA->endExpansionCE,
189 uprv_memcpy(maxet->expansionCESize + 1, UCA->expansionCESize,
370 r->UCA = t->UCA;
1104 /* copy the original UCA value */
1385 /* These are values that are starting in either UCA (IMPLICIT_TAG) or in the
1492 // Don't copy stuff from UCA header!
1566 if (t->UCA != 0) { /* Or in unsafebits from UCA, making a combined table. */
1568 t->unsafeCP[i] |= t->UCA->unsafeCP[i];
1577 if (t->UCA != 0) { /* Or in unsafebits from UCA, making a combined table. */
1579 t->contrEndCP[i] |= t->UCA->contrEndCP[i];
1959 tempColl = ucol_initCollator(tempData, 0, t->UCA, status);
2014 if(src->UCA != NULL) {