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.cpp63 OPTIONS_COUNT enumerator
67 static UOption options[OPTIONS_COUNT+20]={
120 int32_t optionsCount = OPTIONS_COUNT; in init()
131 memcpy(addOptions, options+OPTIONS_COUNT, addOptionsCount*sizeof(UOption)); in init()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestReorderingMode.java199 static final int OPTIONS_COUNT = options.length; field in TestReorderingMode
232 for (option = 0; option < OPTIONS_COUNT; option++) { in testReorderingMode()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestReorderingMode.java202 static final int OPTIONS_COUNT = options.length; field in TestReorderingMode
235 for (option = 0; option < OPTIONS_COUNT; option++) { in testReorderingMode()
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c3682 #define OPTIONS_COUNT UPRV_LENGTHOF(options) macro
3864 static const char outIndices[TC_COUNT][MODES_COUNT - 1][OPTIONS_COUNT]
3951 static const char roundtrip[TC_COUNT][MODES_COUNT][OPTIONS_COUNT] in assertRoundTrip()
4307 for (option = 0; option < OPTIONS_COUNT; option++) { in testReorderingMode()