Lines Matching refs:root
40 void addURegionTest(TestNode** root);
41 void addUListFmtTest(TestNode** root);
42 void addUNumberFormatterTest(TestNode** root);
43 void addUFormattedValueTest(TestNode** root);
44 void addUNumberRangeFormatterTest(TestNode** root);
46 void addFormatTest(TestNode** root);
48 void addFormatTest(TestNode** root) in addFormatTest() argument
50 addCalTest(root); in addFormatTest()
51 addDateForTest(root); in addFormatTest()
52 addDateTimePatternGeneratorTest(root); in addFormatTest()
53 addDateIntervalFormatTest(root); in addFormatTest()
55 addRelativeDateFormatTest(root); in addFormatTest()
57 addNumForTest(root); in addFormatTest()
58 addNumFrDepTest(root); in addFormatTest()
59 addMsgForTest(root); in addFormatTest()
60 addDateForRgrTest(root); in addFormatTest()
61 addDtFrDepTest(root); in addFormatTest()
62 addUtmsTest(root); in addFormatTest()
63 addCurrencyTest(root); in addFormatTest()
64 addPluralRulesTest(root); in addFormatTest()
65 addURegionTest(root); in addFormatTest()
66 addUListFmtTest(root); in addFormatTest()
67 addUNumberFormatterTest(root); in addFormatTest()
68 addUFormattedValueTest(root); in addFormatTest()
69 addUNumberRangeFormatterTest(root); in addFormatTest()