Home
last modified time | relevance | path

Searched refs:testOption (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Dctest.h115 * @param testOption macro definition for the individual test option
120 getTestOption ( int32_t testOption );
125 * @param testOption macro definition for the individual test option
130 setTestOption ( int32_t testOption, int32_t value);
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
H A Dctest.h108 * @param testOption macro definition for the individual test option
113 getTestOption ( int32_t testOption );
118 * @param testOption macro definition for the individual test option
123 setTestOption ( int32_t testOption, int32_t value);
/third_party/icu/icu4c/source/tools/ctestfw/
H A Dctest.c1216 getTestOption ( int32_t testOption ) { in getTestOption()
1217 switch (testOption) { in getTestOption()
1238 setTestOption ( int32_t testOption, int32_t value) { in setTestOption() argument
1240 value = getTestOption(testOption); in setTestOption()
1243 switch (testOption) { in setTestOption()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
H A Dctest.c1210 getTestOption ( int32_t testOption ) { in getTestOption()
1211 switch (testOption) { in getTestOption()
1230 setTestOption ( int32_t testOption, int32_t value) { in setTestOption() argument
1232 value = getTestOption(testOption); in setTestOption()
1235 switch (testOption) { in setTestOption()
/third_party/protobuf/php/tests/
H A DWellKnownTest.php250 public function testOption() function

Completed in 6 milliseconds