Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCA

1220     If "xy" doesn't occur earlier in the list or in the UCA, convert &xy * c *
1249 /* this is a virgin before - we need to fish the anchor from the UCA */
1255 uprv_init_collIterate(src->UCA, src->source+((sourceToken->source)&0xFFFFFF), 1, &s, status);
1257 uprv_init_collIterate(src->UCA, src->source+src->parsedToken.charsOffset /**charsOffset*/, 1, &s, status);
1263 baseCE = ucol_getNextCE(src->UCA, &s, status) & 0xFFFFFF3F;
1264 baseContCE = ucol_getNextCE(src->UCA, &s, status);
1270 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts);
1360 // We got an UCA before. However, this might have been tailored.
1376 // therefore, I don't really care if the UCA value before a has been changed.
1383 // if we found a tailored thing, we have to use the UCA value and construct
1670 /* this is a before that is already ordered in the UCA - so we need to get the previous with good strength */
1695 /* inverse UCA & getPrevious. The next bound is not set, and will be decided */
1702 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts);
1732 If "xy" doesn't occur earlier in the list or in the UCA, convert &xy * c *
1742 uprv_init_collIterate(src->UCA, src->source+src->parsedToken.charsOffset, src->parsedToken.charsLen, &s, status);
1744 CE = ucol_getNextCE(src->UCA, &s, status);
1746 SecondCE = ucol_getNextCE(src->UCA, &s, status);
1793 void ucol_tok_initTokenList(UColTokenParser *src, const UChar *rules, const uint32_t rulesLength, const UCollator *UCA, UErrorCode *status) {
1816 if(optionNumber == OPTION_OPTIMIZE) { /* copy - parts of UCA to tailoring */
1870 src->UCA = UCA;
1899 uprv_memcpy(src->opts, UCA->options, sizeof(UColOptionSet));
1913 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts);