Searched refs:getTestOption (Results 1 – 15 of 15) sorted by relevance
125 …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()
399 if (getTestOption(QUICK_OPTION) && num_encodings > 25) { in TestSelector()450 if (s == NULL || (getTestOption(QUICK_OPTION) && text.number > 3)) { in TestSelector()
227 if(getTestOption(VERBOSITY_OPTION)) in testConvertFromUnicode()390 if(getTestOption(VERBOSITY_OPTION)) in testConvertToUnicode()
2752 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()
367 if(getTestOption(QUICK_OPTION) <= 0) { in doTestVariant()382 if(getTestOption(QUICK_OPTION) <= 0 && norm != UCOL_ON) { in doTestVariant()
64 if(getTestOption(VERBOSITY_OPTION)){ in TestPUtilAPI()
984 if (getTestOption(QUICK_OPTION)) { in VerifyTranslation()1018 if (getTestOption(QUICK_OPTION)) { in VerifyTranslation()
1296 if(getTestOption(VERBOSITY_OPTION)) in testConvertFromU()1471 if(getTestOption(VERBOSITY_OPTION)) in testConvertToU()
201 if(!getTestOption(VERBOSITY_OPTION)) in TestConstruction1()
446 if(getTestOption(VERBOSITY_OPTION)) in testConvertFromU()607 if(getTestOption(VERBOSITY_OPTION)) in testConvertToU()3556 if(!getTestOption(QUICK_OPTION)){ in TestRoundTrippingAllUTF()
1822 if(!getTestOption(QUICK_OPTION)) { in TestCharNames()1931 } else if(getTestOption(VERBOSITY_OPTION)) { in TestCharNames()
978 int32_t myQ = getTestOption(QUICK_OPTION); in TestIncrementalNormalize()980 if(getTestOption(QUICK_OPTION) < 0) { in TestIncrementalNormalize()
961 if(getTestOption(QUICK_OPTION)) in TestOpenVsOpenRules()
111 getTestOption ( int32_t testOption );
1197 getTestOption ( int32_t testOption ) { in getTestOption() function1219 value = getTestOption(testOption); in setTestOption()