Home
last modified time | relevance | path

Searched refs:getTestOption (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcintltst.c127 …while (getTestOption(REPEAT_TESTS_OPTION) > 0) { /* Loop runs once per complete execution of the… in main()
145 if(!getTestOption(WARN_ON_MISSING_DATA_OPTION)) { in main()
164 if(!getTestOption(WARN_ON_MISSING_DATA_OPTION)) { in main()
180 if(!getTestOption(WARN_ON_MISSING_DATA_OPTION)) { in main()
199 if(!getTestOption(WARN_ON_MISSING_DATA_OPTION)) { in main()
217 if (getTestOption(REPEAT_TESTS_OPTION) > 0) { in main()
218 printf("Repeating tests %d more time(s)\n", getTestOption(REPEAT_TESTS_OPTION)); in main()
227 if(getTestOption(VERBOSITY_OPTION) && ctst_allocated_total>0) { in main()
Ducnvseltst.c402 if (getTestOption(QUICK_OPTION) && num_encodings > 25) { in TestSelector()
453 if (s == NULL || (getTestOption(QUICK_OPTION) && text.number > 3)) { in TestSelector()
Dncnvfbts.c229 if(getTestOption(VERBOSITY_OPTION)) in testConvertFromUnicode()
392 if(getTestOption(VERBOSITY_OPTION)) in testConvertToUnicode()
Dnccbtst.c2754 if(getTestOption(VERBOSITY_OPTION)) in testConvertFromUnicode()
2949 if(getTestOption(VERBOSITY_OPTION)) in testConvertToUnicode()
3128 if(getTestOption(VERBOSITY_OPTION)) in testConvertFromUnicodeWithContext()
3306 if(getTestOption(VERBOSITY_OPTION)) in testConvertToUnicodeWithContext()
Dcallcoll.c372 if(getTestOption(QUICK_OPTION) <= 0) { in doTestVariant()
387 if(getTestOption(QUICK_OPTION) <= 0 && norm != UCOL_ON) { in doTestVariant()
Dputiltst.c66 if(getTestOption(VERBOSITY_OPTION)){ in TestPUtilAPI()
Dcldrtest.c990 if (getTestOption(QUICK_OPTION)) { in VerifyTranslation()
1024 if (getTestOption(QUICK_OPTION)) { in VerifyTranslation()
Dncnvtst.c1294 if(getTestOption(VERBOSITY_OPTION)) in testConvertFromU()
1469 if(getTestOption(VERBOSITY_OPTION)) in testConvertToU()
Dcrestst.c205 if(!getTestOption(VERBOSITY_OPTION)) in TestConstruction1()
Dnucnvtst.c448 if(getTestOption(VERBOSITY_OPTION)) in testConvertFromU()
609 if(getTestOption(VERBOSITY_OPTION)) in testConvertToU()
3568 if(!getTestOption(QUICK_OPTION)){ in TestRoundTrippingAllUTF()
Dcucdtst.c1883 if(!getTestOption(QUICK_OPTION)) { in TestCharNames()
1992 } else if(getTestOption(VERBOSITY_OPTION)) { in TestCharNames()
Dcmsccoll.c974 int32_t myQ = getTestOption(QUICK_OPTION); in TestIncrementalNormalize()
976 if(getTestOption(QUICK_OPTION) < 0) { in TestIncrementalNormalize()
Dcapitst.c963 if(getTestOption(QUICK_OPTION)) in TestOpenVsOpenRules()
/external/icu/icu4c/source/tools/ctestfw/unicode/
Dctest.h113 getTestOption ( int32_t testOption );
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c1199 getTestOption ( int32_t testOption ) { in getTestOption() function
1221 value = getTestOption(testOption); in setTestOption()