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

/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c2757 UCollator *collateObject = NULL; local
2759 collateObject = ucol_open(locales[i], &status);
2760 ucol_setStrength(collateObject, UCOL_PRIMARY);
2761 ucol_setAttribute(collateObject, UCOL_CASE_LEVEL , UCOL_OFF, &status);
2767 doTest(collateObject, source, target, UCOL_EQUAL);
2769 ucol_close(collateObject);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcmsccoll.c4055 UCollator *collateObject = NULL; local
4057 collateObject = ucol_open(locales[i], &status);
4058 ucol_setStrength(collateObject, UCOL_PRIMARY);
4059 ucol_setAttribute(collateObject, UCOL_CASE_LEVEL , UCOL_OFF, &status);
4065 doTest(collateObject, source, target, UCOL_EQUAL);
4067 ucol_close(collateObject);

Completed in 99 milliseconds