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

/external/icu4c/test/cintltst/
H A Dcustrtst.c1762 UChar longText[600]; local
1771 memcpy(longText, text, middle*U_SIZEOF_UCHAR);
1773 longText[middle+i]=0x30a; /* insert many rings between 'A-ring' and cedilla */
1775 memcpy(longText+middle+i, text+middle, (LENGTHOF(text)-middle)*U_SIZEOF_UCHAR);
1779 memcpy(longText+length, longText, length*U_SIZEOF_UCHAR);
1783 testUNormIteratorWithText(longText, length, length/4, "UCharIterLong", "UNormIterLong1");
1784 testUNormIteratorWithText(longText, length, length, "UCharIterLongEnd", "UNormIterLongEnd1");

Completed in 77 milliseconds