Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCA

653   UCollator *UCA = (UCollator *)collator;
654 return ucol_strcoll(UCA, source, sLen, target, tLen);
909 static void testAgainstUCA(UCollator *coll, UCollator *UCA, const char *refName, UBool error, UErrorCode *status) {
973 UCAdiff += testSwitch(&ucaTest, (void *)UCA, 0, strength, first, second, refName, error);
1101 UCollator *UCA = ucol_open("root", status);
1112 ucol_close(UCA);
1117 consts = (UCAConstants *)((uint8_t *)UCA->image + UCA->image->UCAConsts);
1277 ucol_close(UCA);
1323 UCollator *UCA = ucol_open("", &status);
1324 UColAttributeValue oldStrength = ucol_getAttribute(UCA, UCOL_STRENGTH, &status);
1326 log_err_status(status, "Could not open UCA collator %s\n", u_errorName(status));
1329 ucol_setAttribute(UCA, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
1347 testAgainstUCA(coll, UCA, "UCA", FALSE, &status);
1355 ucol_setAttribute(UCA, UCOL_STRENGTH, oldStrength, &status);
1356 ucol_close(UCA);
1643 log_verbose("Testing UCA extensively for %d characters\n", charsToTestSize);
1670 log_err("Failure: codePoint %05X fails TestComposeDecompose in the UCA\n", t[u]->u);
2278 /* New UCA 3.1.1.
2447 UCollator *UCA = ucol_open("", &status);
2452 res = ucol_uprv_getCaseBits(UCA, b, blen, &status);
2915 log_data_err("Couldn't open UCA\n");
3016 log_verbose("There is a goofy contraction in UCA rules that does not appear in the fractional UCA. Codepoints: %s\n",
3038 } else { /* This is skipped momentarily, but should work once UCARules are fully UCA conformant */
3130 log_data_err("Couldn't open UCA collator\n");
3575 /* values here are hardcoded and are correct for the current UCA
3576 * when the UCA changes, one might be forced to change these
3630 * which changes with each UCA version.
3669 * whether copying of UCA contents will fail
3694 cycheng@ca.ibm.c... yes, using the utf-16 iterator and UCA with normalization on, we have s1 > s2
3864 log_err_status(status, "Could not open UCA collation %s\n", u_errorName(status));
4317 log_err_status(status, "Couldn't open UCA -> %s\n", u_errorName(status));
4777 log_err_status(status, "Couldn't open UCA -> %s\n", u_errorName(status));
5243 log_err_status(status, "Couldn't open UCA -> %s\n", u_errorName(status));