Lines Matching defs:tstr
269 static void printStringBreaks(UText *tstr, int expected[], int expectedCount) {
274 utext_setNativeIndex(tstr, 0);
275 for (int j = 0; j < utext_nativeLength(tstr); j=utext_getNativeIndex(tstr)) {
281 UChar32 c = utext_next32(tstr);
309 UText *tstr = NULL;
310 tstr = utext_openConstUnicodeString(NULL, &ustr, &status);
315 printStringBreaks(tstr, expected, expectedCount);
316 utext_close(tstr);