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

/external/icu4c/test/cintltst/
H A Dcallcoll.c989 UCollator *enCollation; local
998 enCollation = ucol_open("en_US", &status);
1007 ucol_close(enCollation);
1013 ucol_setStrength(enCollation, UCOL_PRIMARY);
1014 ucol_setAttribute(enCollation, UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED,
1028 len = ucol_getSortKey(enCollation, source, 1, result,
1047 ucol_close(enCollation);
1049 enCollation = NULL;
1066 UCollator *enCollation; local
1079 enCollation
[all...]

Completed in 504 milliseconds