Home
last modified time | relevance | path

Searched refs:U_BRK_SAFECLONE_BUFFERSIZE (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcbiapts.c374 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()
/external/icu/icu4c/source/common/unicode/
Dubrk.h330 #define U_BRK_SAFECLONE_BUFFERSIZE 1 macro