Home
last modified time | relevance | path

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

/external/icu4c/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()
424 …Pre-calculated buffer size is too small - %d but needed %d\n", U_BRK_SAFECLONE_BUFFERSIZE, bufferS… 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/webkit/Source/WebCore/icu/unicode/
Dubrk.h370 #define U_BRK_SAFECLONE_BUFFERSIZE 512 macro
/external/icu4c/common/unicode/
Dubrk.h270 #define U_BRK_SAFECLONE_BUFFERSIZE 528 macro