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

Lines Matching defs:UCA

1519     If "xy" doesn't occur earlier in the list or in the UCA, convert &xy * c *
1548 /* this is a virgin before - we need to fish the anchor from the UCA */
1554 uprv_init_collIterate(src->UCA, src->source+((sourceToken->source)&0xFFFFFF), 1, &s, status);
1556 uprv_init_collIterate(src->UCA, src->source+src->parsedToken.charsOffset /**charsOffset*/, 1, &s, status);
1562 baseCE = ucol_getNextCE(src->UCA, &s, status) & 0xFFFFFF3F;
1563 baseContCE = ucol_getNextCE(src->UCA, &s, status);
1569 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts);
1659 // We got an UCA before. However, this might have been tailored.
1675 // therefore, I don't really care if the UCA value before a has been changed.
1682 // if we found a tailored thing, we have to use the UCA value and construct
1988 /* this is a before that is already ordered in the UCA - so we need to get the previous with good strength */
2013 /* inverse UCA & getPrevious. The next bound is not set, and will be decided */
2020 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts);
2051 If "xy" doesn't occur earlier in the list or in the UCA, convert &xy * c *
2061 uprv_init_collIterate(src->UCA, src->source+src->parsedToken.charsOffset, src->parsedToken.charsLen, &s, status);
2063 CE = ucol_getNextCE(src->UCA, &s, status);
2065 SecondCE = ucol_getNextCE(src->UCA, &s, status);
2156 const UCollator *UCA,
2188 if(optionNumber == OPTION_OPTIMIZE) { /* copy - parts of UCA to tailoring */
2341 src->UCA = UCA;
2373 uprv_memcpy(src->opts, UCA->options, sizeof(UColOptionSet));
2386 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts);