Home | History | Annotate | Download | only in cintltst

Lines Matching refs:viescoll

6774     UCollator* viescoll;
6816 viescoll = ucol_openRules(viesrules, viesruleslength, UCOL_ON, UCOL_TERTIARY, &error, &status);
6826 tailoredSet = ucol_getTailoredSet(viescoll, &status);
6843 ucol_getSortKey(viescoll, str, 1, sk1, 500);
6851 ucol_getSortKey(viescoll, str, strLength, sk1, 500);
6867 ucol_close(viescoll);