Home | History | Annotate | Download | only in cintltst

Lines Matching defs:uString

27 #include "unicode/ustring.h"
1684 static void doOverrunTest(UCollator *coll, const UChar *uString, int32_t strLen) {
1690 skLen = ucol_getSortKey(coll, uString, strLen, NULL, 0);
1694 skLen2 = ucol_getSortKey(coll, uString, strLen, sortKey, i);
1714 UChar uString[256];
1717 strLen = u_unescape(cString, uString, 256);
1722 doOverrunTest(coll, uString, strLen);
1726 doOverrunTest(coll, uString, strLen);
1730 doOverrunTest(coll, uString, strLen);
1736 doOverrunTest(coll, uString, strLen);