Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcintltst.c125 …while (getTestOption(REPEAT_TESTS_OPTION) > 0) { /* Loop runs once per complete execution of the… in main()
143 if(!getTestOption(WARN_ON_MISSING_DATA_OPTION)) { in main()
162 if(!getTestOption(WARN_ON_MISSING_DATA_OPTION)) { in main()
178 if(!getTestOption(WARN_ON_MISSING_DATA_OPTION)) { in main()
197 if(!getTestOption(WARN_ON_MISSING_DATA_OPTION)) { in main()
215 if (getTestOption(REPEAT_TESTS_OPTION) > 0) { in main()
216 printf("Repeating tests %d more time(s)\n", getTestOption(REPEAT_TESTS_OPTION)); in main()
225 if(getTestOption(VERBOSITY_OPTION) && ctst_allocated_total>0) { in main()
Ducnvseltst.c399 if (getTestOption(QUICK_OPTION) && num_encodings > 25) { in TestSelector()
450 if (s == NULL || (getTestOption(QUICK_OPTION) && text.number > 3)) { in TestSelector()
Dncnvfbts.c227 if(getTestOption(VERBOSITY_OPTION)) in testConvertFromUnicode()
390 if(getTestOption(VERBOSITY_OPTION)) in testConvertToUnicode()
Dnccbtst.c2752 if(getTestOption(VERBOSITY_OPTION)) in testConvertFromUnicode()
2947 if(getTestOption(VERBOSITY_OPTION)) in testConvertToUnicode()
3126 if(getTestOption(VERBOSITY_OPTION)) in testConvertFromUnicodeWithContext()
3304 if(getTestOption(VERBOSITY_OPTION)) in testConvertToUnicodeWithContext()
Dcallcoll.c367 if(getTestOption(QUICK_OPTION) <= 0) { in doTestVariant()
382 if(getTestOption(QUICK_OPTION) <= 0 && norm != UCOL_ON) { in doTestVariant()
Dputiltst.c64 if(getTestOption(VERBOSITY_OPTION)){ in TestPUtilAPI()
Dcldrtest.c984 if (getTestOption(QUICK_OPTION)) { in VerifyTranslation()
1018 if (getTestOption(QUICK_OPTION)) { in VerifyTranslation()
Dncnvtst.c1296 if(getTestOption(VERBOSITY_OPTION)) in testConvertFromU()
1471 if(getTestOption(VERBOSITY_OPTION)) in testConvertToU()
Dcrestst.c201 if(!getTestOption(VERBOSITY_OPTION)) in TestConstruction1()
Dnucnvtst.c446 if(getTestOption(VERBOSITY_OPTION)) in testConvertFromU()
607 if(getTestOption(VERBOSITY_OPTION)) in testConvertToU()
3556 if(!getTestOption(QUICK_OPTION)){ in TestRoundTrippingAllUTF()
Dcucdtst.c1822 if(!getTestOption(QUICK_OPTION)) { in TestCharNames()
1931 } else if(getTestOption(VERBOSITY_OPTION)) { in TestCharNames()
Dcmsccoll.c978 int32_t myQ = getTestOption(QUICK_OPTION); in TestIncrementalNormalize()
980 if(getTestOption(QUICK_OPTION) < 0) { in TestIncrementalNormalize()
Dcapitst.c961 if(getTestOption(QUICK_OPTION)) in TestOpenVsOpenRules()
/external/icu/icu4c/source/tools/ctestfw/unicode/
Dctest.h111 getTestOption ( int32_t testOption );
/external/icu/icu4c/source/tools/ctestfw/
Dctest.c1197 getTestOption ( int32_t testOption ) { in getTestOption() function
1219 value = getTestOption(testOption); in setTestOption()