Lines Matching refs:UCA
639 localCollator = ucol_initFromBinary(image, imageSize, coll->UCA, localCollator, status); in ucol_safeClone()
878 UCollator* ucol_initCollator(const UCATableHeader *image, UCollator *fillIn, const UCollator *UCA, … in ucol_initCollator() argument
959 result->UCA = UCA; in ucol_initCollator()
1657 … if(order == UCOL_NOT_FOUND && coll->UCA) { /* We couldn't find a good CE in the tailoring */ in ucol_IGetNextCE()
1659 order = UTRIE_GET32_FROM_LEAD(&coll->UCA->mapping, ch); in ucol_IGetNextCE()
1662 order = ucol_prv_getSpecialCE(coll->UCA, ch, order, collationSource, status); in ucol_IGetNextCE()
1751 if (baseOrder == UCOL_NOT_FOUND && data->coll->UCA) { in collPrevIterNormalize()
1752 baseOrder = UTRIE_GET32_FROM_LEAD(&data->coll->UCA->mapping, baseChar); in collPrevIterNormalize()
2159 if(coll->UCA) { in ucol_IGetPrevCE()
2160 result = UTRIE_GET32_FROM_LEAD(&coll->UCA->mapping, ch); in ucol_IGetPrevCE()
2165 if(coll->UCA) { in ucol_IGetPrevCE()
2166 result = ucol_prv_getSpecialPrevCE(coll->UCA, ch, result, data, status); in ucol_IGetPrevCE()
6265 if(CE == UCOL_NOT_FOUND && coll->UCA) { in ucol_setUpLatinOne()
6266 CE = UTRIE_GET32_FROM_LEAD(&coll->UCA->mapping, ch); in ucol_setUpLatinOne()
6859 if(coll->UCA) { in ucol_getVersion()
6861 …versionInfo[3] = (coll->UCA->image->UCAVersion[0] & 0x1f) << 3 | (coll->UCA->image->UCAVersion[1] … in ucol_getVersion()
6871 if(U_FAILURE(*status) || coll == NULL || coll == coll->UCA) { in ucol_isTailored()
6879 if(coll->UCA && CE == coll->UCA->latinOneMapping[u]) { in ucol_isTailored()
8232 if(coll && coll->UCA) { in ucol_getUCAVersion()
8233 uprv_memcpy(info, coll->UCA->image->UCAVersion, sizeof(UVersionInfo)); in ucol_getUCAVersion()