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);
1114 consts = (UCAConstants *)((uint8_t *)UCA->image + UCA->image->UCAConsts);
1274 ucol_close(UCA);
1319 UCollator *UCA = ucol_open("", &status);
1320 UColAttributeValue oldStrength = ucol_getAttribute(UCA, UCOL_STRENGTH, &status);
1322 log_err_status(status, "Could not open UCA collator %s\n", u_errorName(status));
1325 ucol_setAttribute(UCA, UCOL_STRENGTH, UCOL_QUATERNARY, &status);
1343 testAgainstUCA(coll, UCA, "UCA", FALSE, &status);
1351 ucol_setAttribute(UCA, UCOL_STRENGTH, oldStrength, &status);
1352 ucol_close(UCA);
1639 log_verbose("Testing UCA extensively for %d characters\n", charsToTestSize);
1666 log_err("Failure: codePoint %05X fails TestComposeDecompose in the UCA\n", t[u]->u);
2274 /* New UCA 3.1.1.
2443 UCollator *UCA = ucol_open("", &status);
2448 res = ucol_uprv_getCaseBits(UCA, b, blen, &status);
2911 log_data_err("Couldn't open UCA\n");
3011 log_verbose("There is a goofy contraction in UCA rules that does not appear in the fractional UCA. Codepoints: %s\n",
3032 } else { /* This is skipped momentarily, but should work once UCARules are fully UCA conformant */
3124 log_data_err("Couldn't open UCA collator\n");
3569 /* values here are hardcoded and are correct for the current UCA
3570 * when the UCA changes, one might be forced to change these
3656 * whether copying of UCA contents will fail
3681 cycheng@ca.ibm.c... yes, using the utf-16 iterator and UCA with normalization on, we have s1 > s2
3851 log_err_status(status, "Could not open UCA collation %s\n", u_errorName(status));
4304 log_err_status(status, "Couldn't open UCA -> %s\n", u_errorName(status));
4732 /* UCA 4.0 uint8_t expectedKey[256] = { 0x01, 0xd9, 0xb2, 0x01, 0x05, 0x00 }; */
4733 /* UCA 4.1 uint8_t expectedKey[256] = { 0x01, 0xdb, 0x3a, 0x01, 0x05, 0x00 }; */
4734 /* UCA 5.0 uint8_t expectedKey[256] = { 0x01, 0xdc, 0xce, 0x01, 0x05, 0x00 }; */
4735 /* UCA 5.1 moves Yammakan */
4792 log_err_status(status, "Couldn't open UCA -> %s\n", u_errorName(status));
5255 log_err_status(status, "Couldn't open UCA -> %s\n", u_errorName(status));