Home | History | Annotate | Download | only in collationperf

Lines Matching refs:ucol_openElements

836     UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error);
913 iter = ucol_openElements(gCol, str, strlen, &error);
998 UCollationElements *iter = ucol_openElements(gCol, NULL, 0, &error);
1078 iter = ucol_openElements(gCol, str, strlen, &error);
1682 UCollationElements *CEiter = ucol_openElements(gCol, gFileLines[line].name, -1, &status);