Home | History | Annotate | Download | only in cintltst

Lines Matching defs:UCA

282      * number 3 is the UCA version.
283 * This changes with every UCA version change, and the expected value
287 UVersionInfo currVersionArray = {0x31, 0xC0, 0x05, 0x2A}; /* from ICU 4.4/UCA 5.2 */
311 /* Assume that the UCD and UCA versions are the same,
312 * rather than hardcoding (and updating each time) a particular UCA version. */
750 /* Test that a cloned collator doesn't accidentally use UCA. */
1377 * are the same. According to the UCA, this is not true. Therefore, remove the test.
2270 * "The API also takes a base collator which usually should be UCA."
2276 * Optionally without UCA, with relevant parts of UCA copied into the tailoring table."
2299 UCollator *UCA = NULL;
2313 UCA = ucol_open("root", &status);
2314 if((UCA==NULL)||(U_FAILURE(status))) {
2315 log_data_err("could not load UCA collator or error occured: %s\n",
2327 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status);
2348 ucol_close(UCA);