void addFormatTest(TestNode** root) { addCalTest(root); addDateForTest(root); addDateTimePatternGeneratorTest(root); addNumForTest(root); addNumFrDepTest(root); addMsgForTest(root); addDateForRgrTest(root); addDtFrDepTest(root); addUtmsTest(root); addCurrencyTest(root); }
void addFormatTest(TestNode** root) { addCalTest(root); addDateForTest(root); addDateTimePatternGeneratorTest(root); addDateIntervalFormatTest(root); #if !UCONFIG_NO_BREAK_ITERATION addRelativeDateFormatTest(root); #endif /* !UCONFIG_NO_BREAK_ITERATION */ addNumForTest(root); addNumFrDepTest(root); addMsgForTest(root); addDateForRgrTest(root); addDtFrDepTest(root); addUtmsTest(root); addCurrencyTest(root); addPluralRulesTest(root); addURegionTest(root); addUListFmtTest(root); }