Home | History | Annotate | Download | only in cintltst

Lines Matching defs:uString

25 #include "unicode/ustring.h"
1615 static void doOverrunTest(UCollator *coll, const UChar *uString, int32_t strLen) {
1621 skLen = ucol_getSortKey(coll, uString, strLen, NULL, 0);
1625 skLen2 = ucol_getSortKey(coll, uString, strLen, sortKey, i);
1645 UChar uString[256];
1648 strLen = u_unescape(cString, uString, 256);
1653 doOverrunTest(coll, uString, strLen);
1657 doOverrunTest(coll, uString, strLen);
1661 doOverrunTest(coll, uString, strLen);
1667 doOverrunTest(coll, uString, strLen);