Support_MessageFormat.java | 52 Object[] objects = new Object[] { hamburgers, new Double(3.5), local 58 t_FormatWithField(1, format, objects, null, Field.ARGUMENT, 3, 15); 61 t_FormatWithField(2, format, objects, null, DateFormat.Field.AM_PM, 0, 63 t_FormatWithField(3, format, objects, null, 67 t_FormatWithField(4, format, objects, null, DateFormat.Field.ERA, 0, 0); 68 t_FormatWithField(5, format, objects, null, 79 Object[] objects = new Object[] { hamburgers, new Double(3.5), local 82 t_Format(1, objects, format, getMessageVector1());
|