Home
last modified time | relevance | path

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

/external/icu4c/tools/ctestfw/
Duperf.cpp91 UOption addOptions[], int32_t addOptionsCount, in UPerfTest() argument
103 init(addOptions, addOptionsCount, status); in UPerfTest()
106 void UPerfTest::init(UOption addOptions[], int32_t addOptionsCount, in init() argument
115 if (addOptionsCount > 0) { in init()
116 memcpy(options+optionsCount, addOptions, addOptionsCount*sizeof(UOption)); in init()
117 optionsCount += addOptionsCount; in init()
124 if (addOptionsCount > 0) { in init()
125 memcpy(addOptions, options+OPTIONS_COUNT, addOptionsCount*sizeof(UOption)); in init()
/external/icu4c/tools/ctestfw/unicode/
Duperf.h133 UOption addOptions[], int32_t addOptionsCount,
137 void init(UOption addOptions[], int32_t addOptionsCount,