Home | History | Annotate | Download | only in cintltst

Lines Matching full:strcollresult

4131     UCollationResult strcollresult;
4190 strcollresult = ucol_strcoll(ucol, data1, data1Len, data2, data2Len);
4191 if (strcollresult != UCOL_EQUAL) {