Home | History | Annotate | Download | only in cintltst

Lines Matching defs:uString

25 #include "unicode/ustring.h"
1682 static void doOverrunTest(UCollator *coll, const UChar *uString
1688 skLen = ucol_getSortKey(coll, uString, strLen, NULL, 0);
1692 skLen2 = ucol_getSortKey(coll, uString, strLen, sortKey, i);
1712 UChar uString[256];
1715 strLen = u_unescape(cString, uString, 256);
1720 doOverrunTest(coll, uString, strLen);
1724 doOverrunTest(coll, uString, strLen);
1728 doOverrunTest(coll, uString, strLen);
1734 doOverrunTest(coll, uString, strLen);