Home | History | Annotate | Download | only in cintltst

Lines Matching defs:UCA

280      * number 3 is the UCA version.
281 * This changes with every UCA version change, and the expected value
285 UVersionInfo currVersionArray = {0x31, 0xC0, 0x05, 0x2A}; /* from ICU 4.4/UCA 5.2 */
309 /* Assume that the UCD and UCA versions are the same,
310 * rather than hardcoding (and updating each time) a particular UCA version. */
313 if (0!=uprv_memcmp(versionUCAArray, versionUCDArray, 4) /*TODO: remove the following once UCA is up to date, ticket:9101*/ && !(versionUCDArray[0]==6 && versionUCDArray[1]==3)) {
740 /* Test that a cloned collator doesn't accidentally use UCA. */
1361 * are the same. According to the UCA, this is not true. Therefore, remove the test.
2007 * The following expectedOutput contains a collation weight (2700 from UCA 6.0)
2011 * That is, when we upgrade to a new UCA version or change collation
2239 UCollator *UCA = NULL;
2253 UCA = ucol_open("root", &status);
2254 if((UCA==NULL)||(U_FAILURE(status))) {
2255 log_data_err("could not load UCA collator or error occured: %s\n",
2267 cloneWUCA = ucol_openBinary(image, imageSize, UCA, &status);
2281 ucol_close(UCA);