HomeSort by relevance Sort by last modified time
    Searched defs:getPreExponent (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
scientificnumberformatter.cpp 260 getPreExponent(*sym, fPreExponent);
300 void ScientificNumberFormatter::getPreExponent(
  /external/icu/android_icu4j/src/main/java/android/icu/text/
ScientificNumberFormatter.java 291 private static String getPreExponent(DecimalFormatSymbols dfs) {
303 (DecimalFormat) decimalFormat.clone(), getPreExponent(dfs), style);
312 getPreExponent(decimalFormat.getDecimalFormatSymbols()),
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ScientificNumberFormatter.java 302 private static String getPreExponent(DecimalFormatSymbols dfs) {
314 (DecimalFormat) decimalFormat.clone(), getPreExponent(dfs), style);
323 getPreExponent(decimalFormat.getDecimalFormatSymbols()),

Completed in 292 milliseconds