Lines Matching refs:params
96 //Object[] params = {new UnicodeString("BUG"), new Date()};
97 Formattable params [] = {
103 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status);
125 logln("Formatted with no params : " + tempBuffer);
128 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status);
131 logln("Formatted with extra params : " + tempBuffer);
141 errln("Exception when formatting with no params.");
191 //Object[] params = {new Integer(7)};
192 Formattable params []= {
197 tempBuffer = messageFormatter->format(params, 1, tempBuffer, pos, status);
204 //if(objs[7/*params.length*/] != NULL)
228 Formattable obj1 = params[i];
242 //if (objs[i] != NULL && objs[i].getString(temp1) != params[i].getString(temp2)) {
262 tempBuffer = messageFormatter->format(params, 1, tempBuffer, pos, status);
264 dataerrln("quote format test (w/ params) failed. - %s", u_errorName(status));
265 logln("Formatted with params : " + tempBuffer);