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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dubrk.h249 * Clients can use the U_BRK_SAFECLONE_BUFFERSIZE.
274 #define U_BRK_SAFECLONE_BUFFERSIZE 1 macro
/external/icu/icu4c/source/common/unicode/
H A Dubrk.h249 * Clients can use the U_BRK_SAFECLONE_BUFFERSIZE.
274 #define U_BRK_SAFECLONE_BUFFERSIZE 1 macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiapts.c365 uint8_t buffer [CLONETEST_ITERATOR_COUNT] [U_BRK_SAFECLONE_BUFFERSIZE];
366 int32_t bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
432 if (U_BRK_SAFECLONE_BUFFERSIZE < bufferSize)
434 log_err("FAIL: Pre-calculated buffer size is too small - %d but needed %d\n", U_BRK_SAFECLONE_BUFFERSIZE, bufferSize);
454 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
467 char stackBuf[U_BRK_SAFECLONE_BUFFERSIZE+sizeof(void *)];
489 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
/external/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c365 uint8_t buffer [CLONETEST_ITERATOR_COUNT] [U_BRK_SAFECLONE_BUFFERSIZE];
366 int32_t bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
432 if (U_BRK_SAFECLONE_BUFFERSIZE < bufferSize)
434 log_err("FAIL: Pre-calculated buffer size is too small - %d but needed %d\n", U_BRK_SAFECLONE_BUFFERSIZE, bufferSize);
454 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
467 char stackBuf[U_BRK_SAFECLONE_BUFFERSIZE+sizeof(void *)];
489 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;

Completed in 107 milliseconds