Searched refs:U_BRK_SAFECLONE_BUFFERSIZE (Results 1 – 3 of 3) sorted by relevance
357 uint8_t buffer [CLONETEST_ITERATOR_COUNT] [U_BRK_SAFECLONE_BUFFERSIZE]; in TestBreakIteratorSafeClone()358 int32_t bufferSize = U_BRK_SAFECLONE_BUFFERSIZE; in TestBreakIteratorSafeClone()422 if (U_BRK_SAFECLONE_BUFFERSIZE < bufferSize) in TestBreakIteratorSafeClone()424 …Pre-calculated buffer size is too small - %d but needed %d\n", U_BRK_SAFECLONE_BUFFERSIZE, bufferS… in TestBreakIteratorSafeClone()442 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE; in TestBreakIteratorSafeClone()455 char stackBuf[U_BRK_SAFECLONE_BUFFERSIZE+sizeof(void *)]; in TestBreakIteratorSafeClone()486 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE; in TestBreakIteratorSafeClone()
370 #define U_BRK_SAFECLONE_BUFFERSIZE 512 macro
270 #define U_BRK_SAFECLONE_BUFFERSIZE 528 macro