Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcapitst.c648 #define CLONETEST_COLLATOR_COUNT 4 macro
655 UCollator * someCollators [CLONETEST_COLLATOR_COUNT]; in TestSafeClone()
656 UCollator * someClonedCollators [CLONETEST_COLLATOR_COUNT]; in TestSafeClone()
660 uint8_t buffer [CLONETEST_COLLATOR_COUNT] [U_COL_SAFECLONE_BUFFERSIZE]; in TestSafeClone()
675 for (idx = 0; idx < CLONETEST_COLLATOR_COUNT; idx++) { in TestSafeClone()
768 for (idx = 0; idx < CLONETEST_COLLATOR_COUNT; idx++) in TestSafeClone()
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp397 static const int CLONETEST_COLLATOR_COUNT = 3; in TestSafeClone() local
398 Collator *someCollators [CLONETEST_COLLATOR_COUNT]; in TestSafeClone()
420 for (index = 0; index < CLONETEST_COLLATOR_COUNT; index++) in TestSafeClone()