Home | History | Annotate | Download | only in intltest

Lines Matching defs:param

98 param[] =
112 static int32_t bundles_count = UPRV_LENGTHOF(param);
162 if (param[5].locale == NULL) {
163 param[0].locale = new Locale("root");
164 param[1].locale = new Locale("te");
165 param[2].locale = new Locale("te", "IN");
166 param[3].locale = new Locale("te", "NE");
167 param[4].locale = new Locale("te", "IN", "NE");
168 param[5].locale = new Locale("ne");
174 if (param[5].locale) {
176 for (idx = 0; idx < UPRV_LENGTHOF(param); idx++) {
177 delete param[idx].locale;
178 param[idx].locale = NULL;
668 action += param[i].name;
671 ResourceBundle theBundle( testdatapath, *param[i].locale, status);
672 //ResourceBundle theBundle( "c:\\icu\\icu\\source\\test\\testdata\\testdata", *param[i].locale, status);
673 CONFIRM_UErrorCode(status,param[i].expected_constructor_status);
688 if (is_in[j] && param[i].inherits[j])
704 for (j=param[i].where; j>=0; --j)
719 action = param[i].name;
746 action = param[i].name;
819 action = param[i].name;
910 action = param[i].name;
964 action = param[i].name;