Lines Matching refs:uString
25 #include "unicode/ustring.h"
1675 static void doOverrunTest(UCollator *coll, const UChar *uString, int32_t strLen) {
1681 skLen = ucol_getSortKey(coll, uString, strLen, NULL, 0);
1685 skLen2 = ucol_getSortKey(coll, uString, strLen, sortKey, i);
1705 UChar uString[256];
1708 strLen = u_unescape(cString, uString, 256);
1713 doOverrunTest(coll, uString, strLen);
1717 doOverrunTest(coll, uString, strLen);
1721 doOverrunTest(coll, uString, strLen);
1727 doOverrunTest(coll, uString, strLen);