Lines Matching refs:UCA
480 localCollator = ucol_initFromBinary(image, imageSize, coll->UCA, localCollator, status); in ucol_safeClone()
687 UCollator* ucol_initCollator(const UCATableHeader *image, UCollator *fillIn, const UCollator *UCA, … in ucol_initCollator() argument
787 result->UCA = UCA; in ucol_initCollator()
1555 … if(order == UCOL_NOT_FOUND && coll->UCA) { /* We couldn't find a good CE in the tailoring */ in ucol_IGetNextCE()
1557 order = UTRIE_GET32_FROM_LEAD(&coll->UCA->mapping, ch); in ucol_IGetNextCE()
1560 order = ucol_prv_getSpecialCE(coll->UCA, ch, order, collationSource, status); in ucol_IGetNextCE()
1926 if(coll->UCA) { in ucol_IGetPrevCE()
1927 result = UTRIE_GET32_FROM_LEAD(&coll->UCA->mapping, ch); in ucol_IGetPrevCE()
1932 if(coll->UCA) { in ucol_IGetPrevCE()
1933 result = ucol_prv_getSpecialPrevCE(coll->UCA, ch, result, data, status); in ucol_IGetPrevCE()
6425 if(CE == UCOL_NOT_FOUND && coll->UCA) { in ucol_setUpLatinOne()
6426 CE = UTRIE_GET32_FROM_LEAD(&coll->UCA->mapping, ch); in ucol_setUpLatinOne()
6862 if(coll->UCA) { in ucol_getVersion()
6863 versionInfo[3] = coll->UCA->image->UCAVersion[0]; in ucol_getVersion()
6873 if(U_FAILURE(*status) || coll == NULL || coll == coll->UCA) { in ucol_isTailored()
6881 if(coll->UCA && CE == coll->UCA->latinOneMapping[u]) { in ucol_isTailored()
8304 if(coll && coll->UCA) { in ucol_getUCAVersion()
8305 uprv_memcpy(info, coll->UCA->image->UCAVersion, sizeof(UVersionInfo)); in ucol_getUCAVersion()