Home | History | Annotate | Download | only in cintltst

Lines Matching refs:importviescoll

6775     UCollator* importviescoll;
6820 importviescoll = ucol_openRules(rules, length, UCOL_ON, UCOL_TERTIARY, &error, &status);
6827 importTailoredSet = ucol_getTailoredSet(importviescoll, &status);
6844 ucol_getSortKey(importviescoll, str, 1, sk2, 500);
6852 ucol_getSortKey(importviescoll, str, strLength, sk2, 500);
6868 ucol_close(importviescoll);