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