Lines Matching defs:UCA
289 * number 3 is the UCA version.
290 * This changes with every UCA version change, and the expected value
294 UVersionInfo currVersionArray = {0x31, 0xC0, 0x05, 0x2A}; /* from ICU 4.4/UCA 5.2 */
318 /* Assume that the UCD and UCA versions are the same,
319 * rather than hardcoding (and updating each time) a particular UCA version. */
756 /* Test that a cloned collator doesn't accidentally use UCA. */
1380 * are the same. According to the UCA, this is not true. Therefore, remove the test.
2024 * The following expectedOutput contains a collation weight (2700 from UCA 6.0)
2028 * That is, when we upgrade to a new UCA version or change collation
2255 UCollator *UCA = NULL;
2269 UCA = ucol_open("root", &status);
2270 if((UCA==NULL)||(U_FAILURE(status))) {
2271 log_data_err("could not load UCA collator or error occured: %s\n",
2283 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status);
2297 ucol_close(UCA);