Searched refs:testUNormIteratorWithText (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcustrtst.c1700 testUNormIteratorWithText(const UChar *text, int32_t textLength, int32_t middle, function
1766 testUNormIteratorWithText(text, length, length/2, "UCharIter", "UNormIter1");
1767 testUNormIteratorWithText(text, length, length, "UCharIterEnd", "UNormIterEnd1");
1783 testUNormIteratorWithText(longText, length, length/4, "UCharIterLong", "UNormIterLong1");
1784 testUNormIteratorWithText(longText, length, length, "UCharIterLongEnd", "UNormIterLongEnd1");
1787 testUNormIteratorWithText(surrogateText, length, length/4, "UCharIterSurr", "UNormIterSurr1");
1788 testUNormIteratorWithText(surrogateText, length, length, "UCharIterSurrEnd", "UNormIterSurrEnd1");

Completed in 341 milliseconds