Home
last modified time | relevance | path

Searched refs:OPTIONS_COUNT (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp61 OPTIONS_COUNT enumerator
65 static UOption options[OPTIONS_COUNT+20]={
118 int32_t optionsCount = OPTIONS_COUNT; in init()
129 memcpy(addOptions, options+OPTIONS_COUNT, addOptionsCount*sizeof(UOption)); in init()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestReorderingMode.java199 static final int OPTIONS_COUNT = options.length; field in TestReorderingMode
231 for (option = 0; option < OPTIONS_COUNT; option++) { in testReorderingMode()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderingMode.java195 static final int OPTIONS_COUNT = options.length; field in TestReorderingMode
227 for (option = 0; option < OPTIONS_COUNT; option++) { in testReorderingMode()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c3675 #define OPTIONS_COUNT UPRV_LENGTHOF(options) macro
3857 static const char outIndices[TC_COUNT][MODES_COUNT - 1][OPTIONS_COUNT]
3944 static const char roundtrip[TC_COUNT][MODES_COUNT][OPTIONS_COUNT] in assertRoundTrip()
4300 for (option = 0; option < OPTIONS_COUNT; option++) { in testReorderingMode()