HomeSort by relevance Sort by last modified time
    Searched refs:CLONETEST_COLLATOR_COUNT (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/test/cintltst/
capitst.c 648 #define CLONETEST_COLLATOR_COUNT 4
655 UCollator * someCollators [CLONETEST_COLLATOR_COUNT];
656 UCollator * someClonedCollators [CLONETEST_COLLATOR_COUNT];
660 uint8_t buffer [CLONETEST_COLLATOR_COUNT] [U_COL_SAFECLONE_BUFFERSIZE];
675 for (idx = 0; idx < CLONETEST_COLLATOR_COUNT; idx++) {
768 for (idx = 0; idx < CLONETEST_COLLATOR_COUNT; idx++)
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 397 static const int CLONETEST_COLLATOR_COUNT = 3;
398 Collator *someCollators [CLONETEST_COLLATOR_COUNT];
420 for (index = 0; index < CLONETEST_COLLATOR_COUNT; index++)
    [all...]

Completed in 1162 milliseconds