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.h111 getTestOption ( int32_t testOption );
121 setTestOption ( int32_t testOption, int32_t value);
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c1197 getTestOption ( int32_t testOption ) { in getTestOption() argument
1198 switch (testOption) { in getTestOption()
1217 setTestOption ( int32_t testOption, int32_t value) { in setTestOption() argument
1219 value = getTestOption(testOption); in setTestOption()
1222 switch (testOption) { in setTestOption()