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