Searched refs:collateObject (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcmsccoll.c4008 UCollator *collateObject = NULL; local
4010 collateObject = ucol_open(locales[i], &status);
4011 ucol_setStrength(collateObject, UCOL_PRIMARY);
4012 ucol_setAttribute(collateObject, UCOL_CASE_LEVEL , UCOL_OFF, &status);
4018 doTest(collateObject, source, target, UCOL_EQUAL);
4020 ucol_close(collateObject);

Completed in 39 milliseconds