Searched refs:U_BRK_SAFECLONE_BUFFERSIZE (Results 1 – 2 of 2) sorted by relevance
374 uint8_t buffer [CLONETEST_ITERATOR_COUNT] [U_BRK_SAFECLONE_BUFFERSIZE]; in TestBreakIteratorSafeClone()375 int32_t bufferSize = U_BRK_SAFECLONE_BUFFERSIZE; in TestBreakIteratorSafeClone()441 if (U_BRK_SAFECLONE_BUFFERSIZE < bufferSize) in TestBreakIteratorSafeClone()443 …Pre-calculated buffer size is too small - %d but needed %d\n", U_BRK_SAFECLONE_BUFFERSIZE, bufferS… in TestBreakIteratorSafeClone()463 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE; in TestBreakIteratorSafeClone()476 char stackBuf[U_BRK_SAFECLONE_BUFFERSIZE+sizeof(void *)]; in TestBreakIteratorSafeClone()498 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE; in TestBreakIteratorSafeClone()
330 #define U_BRK_SAFECLONE_BUFFERSIZE 1 macro