Tabnine Logo
NativeDecimalFormat.open
Code IndexAdd Tabnine to your IDE (free)

How to use
open
method
in
libcore.icu.NativeDecimalFormat

Best Java code snippets using libcore.icu.NativeDecimalFormat.open (Showing top 14 results out of 315)

origin: robovm/robovm

public NativeDecimalFormat(String pattern, LocaleData data) {
  this.address = open(pattern, data.currencySymbol,
      data.decimalSeparator, '#', data.exponentSeparator, data.groupingSeparator,
      data.infinity, data.internationalCurrencySymbol, data.minusSign,
      data.monetarySeparator, data.NaN, data.patternSeparator,
      data.percent, data.perMill, data.zeroDigit);
  this.lastPattern = pattern;
}
origin: robovm/robovm

public NativeDecimalFormat(String pattern, DecimalFormatSymbols dfs) {
  try {
    this.address = open(pattern, dfs.getCurrencySymbol(),
        dfs.getDecimalSeparator(), dfs.getDigit(), dfs.getExponentSeparator(),
        dfs.getGroupingSeparator(), dfs.getInfinity(),
        dfs.getInternationalCurrencySymbol(), dfs.getMinusSign(),
        dfs.getMonetaryDecimalSeparator(), dfs.getNaN(), dfs.getPatternSeparator(),
        dfs.getPercent(), dfs.getPerMill(), dfs.getZeroDigit());
    this.lastPattern = pattern;
  } catch (NullPointerException npe) {
    throw npe;
  } catch (RuntimeException re) {
    throw new IllegalArgumentException("syntax error: " + re.getMessage() + ": " + pattern);
  }
}
origin: MobiVM/robovm

public NativeDecimalFormat(String pattern, LocaleData data) {
  this.address = open(pattern, data.currencySymbol,
      data.decimalSeparator, '#', data.exponentSeparator, data.groupingSeparator,
      data.infinity, data.internationalCurrencySymbol, data.minusSign,
      data.monetarySeparator, data.NaN, data.patternSeparator,
      data.percent, data.perMill, data.zeroDigit);
  this.lastPattern = pattern;
}
origin: FlexoVM/flexovm

public NativeDecimalFormat(String pattern, LocaleData data) {
  this.address = open(pattern, data.currencySymbol,
      data.decimalSeparator, '#', data.exponentSeparator, data.groupingSeparator,
      data.infinity, data.internationalCurrencySymbol, data.minusSign,
      data.monetarySeparator, data.NaN, data.patternSeparator,
      data.percent, data.perMill, data.zeroDigit);
  this.lastPattern = pattern;
}
origin: com.bugvm/bugvm-rt

public NativeDecimalFormat(String pattern, LocaleData data) {
  this.address = open(pattern, data.currencySymbol,
      data.decimalSeparator, '#', data.exponentSeparator, data.groupingSeparator,
      data.infinity, data.internationalCurrencySymbol, data.minusSign,
      data.monetarySeparator, data.NaN, data.patternSeparator,
      data.percent, data.perMill, data.zeroDigit);
  this.lastPattern = pattern;
}
origin: ibinti/bugvm

public NativeDecimalFormat(String pattern, LocaleData data) {
  this.address = open(pattern, data.currencySymbol,
      data.decimalSeparator, '#', data.exponentSeparator, data.groupingSeparator,
      data.infinity, data.internationalCurrencySymbol, data.minusSign,
      data.monetarySeparator, data.NaN, data.patternSeparator,
      data.percent, data.perMill, data.zeroDigit);
  this.lastPattern = pattern;
}
origin: com.mobidevelop.robovm/robovm-rt

public NativeDecimalFormat(String pattern, LocaleData data) {
  this.address = open(pattern, data.currencySymbol,
      data.decimalSeparator, '#', data.exponentSeparator, data.groupingSeparator,
      data.infinity, data.internationalCurrencySymbol, data.minusSign,
      data.monetarySeparator, data.NaN, data.patternSeparator,
      data.percent, data.perMill, data.zeroDigit);
  this.lastPattern = pattern;
}
origin: com.gluonhq/robovm-rt

public NativeDecimalFormat(String pattern, LocaleData data) {
  this.address = open(pattern, data.currencySymbol,
      data.decimalSeparator, '#', data.exponentSeparator, data.groupingSeparator,
      data.infinity, data.internationalCurrencySymbol, data.minusSign,
      data.monetarySeparator, data.NaN, data.patternSeparator,
      data.percent, data.perMill, data.zeroDigit);
  this.lastPattern = pattern;
}
origin: MobiVM/robovm

public NativeDecimalFormat(String pattern, DecimalFormatSymbols dfs) {
  try {
    this.address = open(pattern, dfs.getCurrencySymbol(),
        dfs.getDecimalSeparator(), dfs.getDigit(), dfs.getExponentSeparator(),
        dfs.getGroupingSeparator(), dfs.getInfinity(),
        dfs.getInternationalCurrencySymbol(), dfs.getMinusSign(),
        dfs.getMonetaryDecimalSeparator(), dfs.getNaN(), dfs.getPatternSeparator(),
        dfs.getPercent(), dfs.getPerMill(), dfs.getZeroDigit());
    this.lastPattern = pattern;
  } catch (NullPointerException npe) {
    throw npe;
  } catch (RuntimeException re) {
    throw new IllegalArgumentException("syntax error: " + re.getMessage() + ": " + pattern);
  }
}
origin: ibinti/bugvm

public NativeDecimalFormat(String pattern, DecimalFormatSymbols dfs) {
  try {
    this.address = open(pattern, dfs.getCurrencySymbol(),
        dfs.getDecimalSeparator(), dfs.getDigit(), dfs.getExponentSeparator(),
        dfs.getGroupingSeparator(), dfs.getInfinity(),
        dfs.getInternationalCurrencySymbol(), dfs.getMinusSign(),
        dfs.getMonetaryDecimalSeparator(), dfs.getNaN(), dfs.getPatternSeparator(),
        dfs.getPercent(), dfs.getPerMill(), dfs.getZeroDigit());
    this.lastPattern = pattern;
  } catch (NullPointerException npe) {
    throw npe;
  } catch (RuntimeException re) {
    throw new IllegalArgumentException("syntax error: " + re.getMessage() + ": " + pattern);
  }
}
origin: com.mobidevelop.robovm/robovm-rt

public NativeDecimalFormat(String pattern, DecimalFormatSymbols dfs) {
  try {
    this.address = open(pattern, dfs.getCurrencySymbol(),
        dfs.getDecimalSeparator(), dfs.getDigit(), dfs.getExponentSeparator(),
        dfs.getGroupingSeparator(), dfs.getInfinity(),
        dfs.getInternationalCurrencySymbol(), dfs.getMinusSign(),
        dfs.getMonetaryDecimalSeparator(), dfs.getNaN(), dfs.getPatternSeparator(),
        dfs.getPercent(), dfs.getPerMill(), dfs.getZeroDigit());
    this.lastPattern = pattern;
  } catch (NullPointerException npe) {
    throw npe;
  } catch (RuntimeException re) {
    throw new IllegalArgumentException("syntax error: " + re.getMessage() + ": " + pattern);
  }
}
origin: com.bugvm/bugvm-rt

public NativeDecimalFormat(String pattern, DecimalFormatSymbols dfs) {
  try {
    this.address = open(pattern, dfs.getCurrencySymbol(),
        dfs.getDecimalSeparator(), dfs.getDigit(), dfs.getExponentSeparator(),
        dfs.getGroupingSeparator(), dfs.getInfinity(),
        dfs.getInternationalCurrencySymbol(), dfs.getMinusSign(),
        dfs.getMonetaryDecimalSeparator(), dfs.getNaN(), dfs.getPatternSeparator(),
        dfs.getPercent(), dfs.getPerMill(), dfs.getZeroDigit());
    this.lastPattern = pattern;
  } catch (NullPointerException npe) {
    throw npe;
  } catch (RuntimeException re) {
    throw new IllegalArgumentException("syntax error: " + re.getMessage() + ": " + pattern);
  }
}
origin: com.gluonhq/robovm-rt

public NativeDecimalFormat(String pattern, DecimalFormatSymbols dfs) {
  try {
    this.address = open(pattern, dfs.getCurrencySymbol(),
        dfs.getDecimalSeparator(), dfs.getDigit(), dfs.getExponentSeparator(),
        dfs.getGroupingSeparator(), dfs.getInfinity(),
        dfs.getInternationalCurrencySymbol(), dfs.getMinusSign(),
        dfs.getMonetaryDecimalSeparator(), dfs.getNaN(), dfs.getPatternSeparator(),
        dfs.getPercent(), dfs.getPerMill(), dfs.getZeroDigit());
    this.lastPattern = pattern;
  } catch (NullPointerException npe) {
    throw npe;
  } catch (RuntimeException re) {
    throw new IllegalArgumentException("syntax error: " + re.getMessage() + ": " + pattern);
  }
}
origin: FlexoVM/flexovm

public NativeDecimalFormat(String pattern, DecimalFormatSymbols dfs) {
  try {
    this.address = open(pattern, dfs.getCurrencySymbol(),
        dfs.getDecimalSeparator(), dfs.getDigit(), dfs.getExponentSeparator(),
        dfs.getGroupingSeparator(), dfs.getInfinity(),
        dfs.getInternationalCurrencySymbol(), dfs.getMinusSign(),
        dfs.getMonetaryDecimalSeparator(), dfs.getNaN(), dfs.getPatternSeparator(),
        dfs.getPercent(), dfs.getPerMill(), dfs.getZeroDigit());
    this.lastPattern = pattern;
  } catch (NullPointerException npe) {
    throw npe;
  } catch (RuntimeException re) {
    throw new IllegalArgumentException("syntax error: " + re.getMessage() + ": " + pattern);
  }
}
libcore.icuNativeDecimalFormatopen

Popular methods of NativeDecimalFormat

  • <init>
  • applyLocalizedPattern
  • applyPattern
  • applyPatternImpl
  • clone
  • cloneImpl
  • close
  • equals
    Note: this doesn't check that the underlying native DecimalFormat objects' configured native Decimal
  • formatBigDecimal
  • formatBigInteger
  • formatDigitList
  • formatDouble
  • formatDigitList,
  • formatDouble,
  • formatLong,
  • formatToCharacterIterator,
  • getAttribute,
  • getGroupingSize,
  • getMaximumFractionDigits,
  • getMaximumIntegerDigits,
  • getMinimumFractionDigits,
  • getMinimumIntegerDigits

Popular in Java

  • Making http requests using okhttp
  • findViewById (Activity)
  • getResourceAsStream (ClassLoader)
  • runOnUiThread (Activity)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now