Lines Matching refs:UCA
660 localCollator = ucol_initFromBinary(image, imageSize, coll->UCA, localCollator, status); in ucol_safeClone()
903 UCollator* ucol_initCollator(const UCATableHeader *image, UCollator *fillIn, const UCollator *UCA, … in ucol_initCollator() argument
986 result->UCA = UCA; in ucol_initCollator()
1681 … if(order == UCOL_NOT_FOUND && coll->UCA) { /* We couldn't find a good CE in the tailoring */ in ucol_IGetNextCE()
1683 order = UTRIE_GET32_FROM_LEAD(&coll->UCA->mapping, ch); in ucol_IGetNextCE()
1686 order = ucol_prv_getSpecialCE(coll->UCA, ch, order, collationSource, status); in ucol_IGetNextCE()
1775 if (baseOrder == UCOL_NOT_FOUND && data->coll->UCA) { in collPrevIterNormalize()
1776 baseOrder = UTRIE_GET32_FROM_LEAD(&data->coll->UCA->mapping, baseChar); in collPrevIterNormalize()
2183 if(coll->UCA) { in ucol_IGetPrevCE()
2184 result = UTRIE_GET32_FROM_LEAD(&coll->UCA->mapping, ch); in ucol_IGetPrevCE()
2189 if(coll->UCA) { in ucol_IGetPrevCE()
2190 result = ucol_prv_getSpecialPrevCE(coll->UCA, ch, result, data, status); in ucol_IGetPrevCE()
6316 if(CE == UCOL_NOT_FOUND && coll->UCA) { in ucol_setUpLatinOne()
6317 CE = UTRIE_GET32_FROM_LEAD(&coll->UCA->mapping, ch); in ucol_setUpLatinOne()
6937 if(coll->UCA) { in ucol_getVersion()
6939 …versionInfo[3] = (coll->UCA->image->UCAVersion[0] & 0x1f) << 3 | (coll->UCA->image->UCAVersion[1] … in ucol_getVersion()
6949 if(U_FAILURE(*status) || coll == NULL || coll == coll->UCA) { in ucol_isTailored()
6957 if(coll->UCA && CE == coll->UCA->latinOneMapping[u]) { in ucol_isTailored()
8881 if(coll && coll->UCA) { in ucol_getUCAVersion()
8882 uprv_memcpy(info, coll->UCA->image->UCAVersion, sizeof(UVersionInfo)); in ucol_getUCAVersion()