Searched refs:getTestOption (Results 1 – 15 of 15) sorted by relevance
127 …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()
402 if (getTestOption(QUICK_OPTION) && num_encodings > 25) { in TestSelector()453 if (s == NULL || (getTestOption(QUICK_OPTION) && text.number > 3)) { in TestSelector()
229 if(getTestOption(VERBOSITY_OPTION)) in testConvertFromUnicode()392 if(getTestOption(VERBOSITY_OPTION)) in testConvertToUnicode()
2754 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()
372 if(getTestOption(QUICK_OPTION) <= 0) { in doTestVariant()387 if(getTestOption(QUICK_OPTION) <= 0 && norm != UCOL_ON) { in doTestVariant()
66 if(getTestOption(VERBOSITY_OPTION)){ in TestPUtilAPI()
990 if (getTestOption(QUICK_OPTION)) { in VerifyTranslation()1024 if (getTestOption(QUICK_OPTION)) { in VerifyTranslation()
1294 if(getTestOption(VERBOSITY_OPTION)) in testConvertFromU()1469 if(getTestOption(VERBOSITY_OPTION)) in testConvertToU()
205 if(!getTestOption(VERBOSITY_OPTION)) in TestConstruction1()
448 if(getTestOption(VERBOSITY_OPTION)) in testConvertFromU()609 if(getTestOption(VERBOSITY_OPTION)) in testConvertToU()3568 if(!getTestOption(QUICK_OPTION)){ in TestRoundTrippingAllUTF()
1883 if(!getTestOption(QUICK_OPTION)) { in TestCharNames()1992 } else if(getTestOption(VERBOSITY_OPTION)) { in TestCharNames()
974 int32_t myQ = getTestOption(QUICK_OPTION); in TestIncrementalNormalize()976 if(getTestOption(QUICK_OPTION) < 0) { in TestIncrementalNormalize()
963 if(getTestOption(QUICK_OPTION)) in TestOpenVsOpenRules()
113 getTestOption ( int32_t testOption );
1199 getTestOption ( int32_t testOption ) { in getTestOption() function1221 value = getTestOption(testOption); in setTestOption()