Home | History | Annotate | Download | only in templates

Lines Matching defs:dfs

61     java.text.DecimalFormatSymbols dfs = null;
80 dfs = ss.getDecimalFormatComposed(qname);
82 if (null == dfs)
92 //formatter = new java.text.DecimalFormat(patternStr, dfs);
95 formatter.setDecimalFormatSymbols(dfs);
105 dfs = ss.getDecimalFormatComposed(new QName(""));
107 if (dfs != null)
111 formatter.setDecimalFormatSymbols(dfs);
116 dfs = new java.text.DecimalFormatSymbols(java.util.Locale.US);
118 dfs.setInfinity(Constants.ATTRVAL_INFINITY);
119 dfs.setNaN(Constants.ATTRVAL_NAN);
123 formatter.setDecimalFormatSymbols(dfs);