Searched refs:U_BRK_SAFECLONE_BUFFERSIZE (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcbiapts.c353 uint8_t buffer [CLONETEST_ITERATOR_COUNT] [U_BRK_SAFECLONE_BUFFERSIZE];
354 int32_t bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
418 if (U_BRK_SAFECLONE_BUFFERSIZE < bufferSize)
438 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
451 char stackBuf[U_BRK_SAFECLONE_BUFFERSIZE+sizeof(void *)];
482 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
/external/icu4c/common/unicode/
H A Dubrk.h247 * Clients can use the U_BRK_SAFECLONE_BUFFERSIZE. This will probably be enough to avoid memory allocations.
269 #define U_BRK_SAFECLONE_BUFFERSIZE 512 macro
/external/webkit/WebCore/icu/unicode/
H A Dubrk.h348 * Clients can use the U_BRK_SAFECLONE_BUFFERSIZE. This will probably be enough to avoid memory allocations.
370 #define U_BRK_SAFECLONE_BUFFERSIZE 512 macro

Completed in 54 milliseconds