• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/ICU-511.35/icuSources/i18n/

Lines Matching defs:UCA

155     /* not defined in the UCA. */
346 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts);
623 uint8_t ucol_uprv_getCaseBits(const UCollator *UCA, const UChar *src, uint32_t len, UErrorCode *status) {
639 uprv_init_collIterate(UCA, &n[i], 1, &s, status);
640 order = ucol_getNextCE(UCA, &s, status);
722 tok->CEs[0] |= ucol_uprv_getCaseBits(src->UCA, cPoints, cSize, status);
724 // Copy it from the UCA
725 uint32_t caseCE = ucol_getFirstCE(src->UCA, cPoints[0], status);
890 /* will have to get one from UCA */
895 uprv_init_collIterate(src->UCA, expOffset + src->source, 1, &s, status);
898 order = ucol_getNextCE(src->UCA, &s, status);
942 if(src->UCA != NULL) {
1041 //uprv_init_collIterate(src->UCA, decomp, 1, &colIt);
1047 // falling back to the UCA).
1049 UTRIE_GET32(src->UCA->mapping, u, CE);
1059 // it doesn't make any difference whether we have to go to the UCA
1062 uprv_init_collIterate(src->UCA, el.uchars, el.cSize, &colIt, status);
1064 CE = ucol_getNextCE(src->UCA, &colIt, status);
1100 ? That is, if UCA has ... x <<< X << x' <<< X' < y ..., and the
1131 uprv_memcpy(image, src->UCA->image, sizeof(UCATableHeader));
1169 tempUCATable *t = uprv_uca_initTempTable(image, src->opts, src->UCA, NOT_FOUND_TAG, NOT_FOUND_TAG, status);
1206 /* copy contractions from the UCA - this is felt mostly for cyrillic*/
1209 UChar *conts = (UChar *)((uint8_t *)src->UCA->image + src->UCA->image->contractionUCACombos);
1210 int32_t maxUCAContractionLength = src->UCA->image->contractionUCACombosWidth;
1211 UCollationElements *ucaEl = ucol_openElements(src->UCA, NULL, 0, status);
1315 utrie_enum(&t->UCA->mapping, NULL, _processUCACompleteIgnorables, t);
1364 UCollator *UCA = ucol_initUCA(status);
1365 // UCA versions of UCA and inverse UCA should match
1366 if(uprv_memcmp(newInvUCA->UCAVersion, UCA->image->UCAVersion, sizeof(UVersionInfo)) != 0) {