Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dcapitst.c652 #define CLONETEST_COLLATOR_COUNT 4 macro
659 UCollator * someCollators [CLONETEST_COLLATOR_COUNT]; in TestSafeClone()
660 UCollator * someClonedCollators [CLONETEST_COLLATOR_COUNT]; in TestSafeClone()
664 uint8_t buffer [CLONETEST_COLLATOR_COUNT] [U_COL_SAFECLONE_BUFFERSIZE]; in TestSafeClone()
679 for (idx = 0; idx < CLONETEST_COLLATOR_COUNT; idx++) { in TestSafeClone()
772 for (idx = 0; idx < CLONETEST_COLLATOR_COUNT; idx++) in TestSafeClone()
816 UCollator * someCollators [CLONETEST_COLLATOR_COUNT]; in TestClone()
817 UCollator * someClonedCollators [CLONETEST_COLLATOR_COUNT]; in TestClone()
834 for (idx = 0; idx < CLONETEST_COLLATOR_COUNT; idx++) { in TestClone()
892 for (idx = 0; idx < CLONETEST_COLLATOR_COUNT; idx++) in TestClone()
/third_party/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()