Home | History | Annotate | Download | only in cintltst

Lines Matching full:strcollresult

5448     UCollationResult strcollresult;
5507 strcollresult = ucol_strcoll(ucol, data1, data1Len, data2, data2Len);
5508 if (strcollresult != UCOL_EQUAL) {