Searched defs:importvidecoll (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c5640 UCollator* importvidecoll; local
5694 importvidecoll = ucol_openRules(rules, length, UCOL_ON, UCOL_TERTIARY, &error, &status);
5701 importTailoredSet = ucol_getTailoredSet(importvidecoll, &status);
5718 ucol_getSortKey(importvidecoll, str, 1, sk2, 500);
5726 ucol_getSortKey(importvidecoll, str, strLength, sk2, 500);
5740 ucol_close(importvidecoll);

Completed in 66 milliseconds