HomeSort by relevance Sort by last modified time
    Searched refs:U_BRK_SAFECLONE_BUFFERSIZE (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiapts.c 357 uint8_t buffer [CLONETEST_ITERATOR_COUNT] [U_BRK_SAFECLONE_BUFFERSIZE];
358 int32_t bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
422 if (U_BRK_SAFECLONE_BUFFERSIZE < bufferSize)
442 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
455 char stackBuf[U_BRK_SAFECLONE_BUFFERSIZE+sizeof(void *)];
486 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
  /external/chromium_org/third_party/icu/source/common/unicode/
ubrk.h 248 * Clients can use the U_BRK_SAFECLONE_BUFFERSIZE. This will probably be enough to avoid memory allocations.
270 #define U_BRK_SAFECLONE_BUFFERSIZE 512
  /external/icu4c/common/unicode/
ubrk.h 248 * Clients can use the U_BRK_SAFECLONE_BUFFERSIZE. This will probably be enough to avoid memory allocations.
270 #define U_BRK_SAFECLONE_BUFFERSIZE 528
  /external/icu4c/test/cintltst/
cbiapts.c 362 uint8_t buffer [CLONETEST_ITERATOR_COUNT] [U_BRK_SAFECLONE_BUFFERSIZE];
363 int32_t bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
427 if (U_BRK_SAFECLONE_BUFFERSIZE < bufferSize)
429 log_err("FAIL: Pre-calculated buffer size is too small - %d but needed %d\n", U_BRK_SAFECLONE_BUFFERSIZE, bufferSize);
447 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
460 char stackBuf[U_BRK_SAFECLONE_BUFFERSIZE+sizeof(void *)];
491 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE;
    [all...]

Completed in 1459 milliseconds