Searched refs:STRSIZE (Results 1 – 1 of 1) sorted by relevance
3976 const int32_t STRSIZE = 50; in TestLineBreaks() local3977 UChar str[STRSIZE]; in TestLineBreaks()4028 int32_t t = u_unescape(strlist[loop], str, STRSIZE); in TestLineBreaks()4029 if (t >= STRSIZE) { in TestLineBreaks()