Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcbiapts.c362 uint8_t buffer [CLONETEST_ITERATOR_COUNT] [U_BRK_SAFECLONE_BUFFERSIZE]; in TestBreakIteratorSafeClone()
363 int32_t bufferSize = U_BRK_SAFECLONE_BUFFERSIZE; in TestBreakIteratorSafeClone()
427 if (U_BRK_SAFECLONE_BUFFERSIZE < bufferSize) in TestBreakIteratorSafeClone()
429 …Pre-calculated buffer size is too small - %d but needed %d\n", U_BRK_SAFECLONE_BUFFERSIZE, bufferS… in TestBreakIteratorSafeClone()
447 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE; in TestBreakIteratorSafeClone()
460 char stackBuf[U_BRK_SAFECLONE_BUFFERSIZE+sizeof(void *)]; in TestBreakIteratorSafeClone()
491 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE; in TestBreakIteratorSafeClone()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcbiapts.c357 uint8_t buffer [CLONETEST_ITERATOR_COUNT] [U_BRK_SAFECLONE_BUFFERSIZE]; in TestBreakIteratorSafeClone()
358 int32_t bufferSize = U_BRK_SAFECLONE_BUFFERSIZE; in TestBreakIteratorSafeClone()
422 if (U_BRK_SAFECLONE_BUFFERSIZE < bufferSize) in TestBreakIteratorSafeClone()
442 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE; in TestBreakIteratorSafeClone()
455 char stackBuf[U_BRK_SAFECLONE_BUFFERSIZE+sizeof(void *)]; in TestBreakIteratorSafeClone()
486 bufferSize = U_BRK_SAFECLONE_BUFFERSIZE; in TestBreakIteratorSafeClone()
/external/chromium_org/third_party/icu/source/common/unicode/
Dubrk.h270 #define U_BRK_SAFECLONE_BUFFERSIZE 512 macro
/external/icu4c/common/unicode/
Dubrk.h270 #define U_BRK_SAFECLONE_BUFFERSIZE 528 macro