Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/ctestfw/unicode/
Dctest.h113 getTestOption ( int32_t testOption );
123 setTestOption ( int32_t testOption, int32_t value);
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c1199 getTestOption ( int32_t testOption ) { in getTestOption() argument
1200 switch (testOption) { in getTestOption()
1219 setTestOption ( int32_t testOption, int32_t value) { in setTestOption() argument
1221 value = getTestOption(testOption); in setTestOption()
1224 switch (testOption) { in setTestOption()