Home
last modified time | relevance | path

Searched refs:U_COL_SAFECLONE_BUFFERSIZE (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcapitst.c658 uint8_t buffer [CLONETEST_COLLATOR_COUNT] [U_COL_SAFECLONE_BUFFERSIZE]; in TestSafeClone()
659 int32_t bufferSize = U_COL_SAFECLONE_BUFFERSIZE; in TestSafeClone()
711 if (U_COL_SAFECLONE_BUFFERSIZE < bufferSize) in TestSafeClone()
731 bufferSize = U_COL_SAFECLONE_BUFFERSIZE; in TestSafeClone()
752 bufferSize = U_COL_SAFECLONE_BUFFERSIZE; in TestSafeClone()
777 bufferSize = U_COL_SAFECLONE_BUFFERSIZE; in TestSafeClone()
/external/icu/icu4c/source/i18n/unicode/
Ducol.h1324 #define U_COL_SAFECLONE_BUFFERSIZE 1 macro