Lines Matching defs:tstr
362 static void printStringBreaks(UText *tstr, int expected[], int expectedCount) {
367 utext_setNativeIndex(tstr, 0);
368 for (int j = 0; j < utext_nativeLength(tstr); j=utext_getNativeIndex(tstr)) {
374 UChar32 c = utext_next32(tstr);
402 UText *tstr = NULL;
403 tstr = utext_openConstUnicodeString(NULL, &ustr, &status);
408 printStringBreaks(tstr, expected, expectedCount);
409 utext_close(tstr);