Home | History | Annotate | Download | only in cintltst

Lines Matching refs:viescoll

5532     UCollator* viescoll;
5579 viescoll = ucol_openRules(viesrules, viesruleslength, UCOL_ON, UCOL_TERTIARY, &error, &status);
5589 tailoredSet = ucol_getTailoredSet(viescoll, &status);
5607 ucol_getSortKey(viescoll, str, 1, sk1, 500);
5615 ucol_getSortKey(viescoll, str, strLength, sk1, 500);
5631 ucol_close(viescoll);