Searched refs:useDecimalFormat (Results 1 – 3 of 3) sorted by relevance
37 private static boolean useDecimalFormat = false; field in ICULocaleServiceProvider106 public static boolean useDecimalFormat() { in useDecimalFormat() method in ICULocaleServiceProvider108 return useDecimalFormat; in useDecimalFormat()247 …useDecimalFormat = parseBooleanString((String)spiConfigProps.get(USE_DECIMALFORMAT_KEY), useDecima… in loadConfiguration()
30 com.ibm.icu.impl.javaspi.ICULocaleServiceProvider.useDecimalFormat = false
76 if (ICULocaleServiceProvider.useDecimalFormat()) { in getInstance()