Home | History | Annotate | Download | only in cintltst

Lines Matching defs:UCA

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