Lines Matching refs:UCA
659 UCollator *UCA = (UCollator *)collator; in ucaTest() local
660 return ucol_strcoll(UCA, source, sLen, target, tLen); in ucaTest()
915 static void testAgainstUCA(UCollator *coll, UCollator *UCA, const char *refName, UBool error, UErro… in testAgainstUCA() argument
982 UCAdiff += testSwitch(&ucaTest, (void *)UCA, 0, strength, first, second, refName, error); in testAgainstUCA()
1110 UCollator *UCA = ucol_open("root", status); in testCEs() local
1121 ucol_close(UCA); in testCEs()
1128 consts = (UCAConstants *)((uint8_t *)UCA->image + UCA->image->UCAConsts); in testCEs()
1290 ucol_close(UCA); in testCEs()
1336 UCollator *UCA = ucol_open("", &status); in TestCollations() local
1337 UColAttributeValue oldStrength = ucol_getAttribute(UCA, UCOL_STRENGTH, &status); in TestCollations()
1342 ucol_setAttribute(UCA, UCOL_STRENGTH, UCOL_QUATERNARY, &status); in TestCollations()
1360 testAgainstUCA(coll, UCA, "UCA", FALSE, &status); in TestCollations()
1368 ucol_setAttribute(UCA, UCOL_STRENGTH, oldStrength, &status); in TestCollations()
1369 ucol_close(UCA); in TestCollations()
2480 UCollator *UCA = ucol_open("", &status);
2485 res = ucol_uprv_getCaseBits(UCA, b, blen, &status);