Codota Logo
NativeDecimalFormat.setAttribute
Code IndexAdd Codota to your IDE (free)

How to use
setAttribute
method
in
libcore.icu.NativeDecimalFormat

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

  • Common ways to obtain NativeDecimalFormat
private void myMethod () {
NativeDecimalFormat n =
  • Codota IconString pattern;DecimalFormatSymbols dfs;new NativeDecimalFormat(pattern, dfs)
  • Codota IconObject object;(NativeDecimalFormat) object.clone()
  • Codota IconString pattern;LocaleData data;new NativeDecimalFormat(pattern, data)
  • Smart code suggestions by Codota
}
origin: robovm/robovm

public void setGroupingUsed(boolean value) {
  int i = value ? -1 : 0;
  setAttribute(this.address, UNUM_GROUPING_USED, i);
}
origin: robovm/robovm

public void setParseIntegerOnly(boolean value) {
  int i = value ? -1 : 0;
  setAttribute(this.address, UNUM_PARSE_INT_ONLY, i);
}
origin: robovm/robovm

public void setDecimalSeparatorAlwaysShown(boolean value) {
  int i = value ? -1 : 0;
  setAttribute(this.address, UNUM_DECIMAL_ALWAYS_SHOWN, i);
}
origin: robovm/robovm

public void setGroupingSize(int value) {
  setAttribute(this.address, UNUM_GROUPING_SIZE, value);
}
origin: robovm/robovm

public void setMaximumIntegerDigits(int value) {
  setAttribute(this.address, UNUM_MAX_INTEGER_DIGITS, value);
}
origin: robovm/robovm

public void setMinimumIntegerDigits(int value) {
  setAttribute(this.address, UNUM_MIN_INTEGER_DIGITS, value);
}
origin: robovm/robovm

public void setMinimumFractionDigits(int value) {
  setAttribute(this.address, UNUM_MIN_FRACTION_DIGITS, value);
}
origin: robovm/robovm

public void setMaximumFractionDigits(int value) {
  setAttribute(this.address, UNUM_MAX_FRACTION_DIGITS, value);
}
origin: robovm/robovm

public void setMultiplier(int value) {
  setAttribute(this.address, UNUM_MULTIPLIER, value);
  // Update the cached BigDecimal for multiplier.
  multiplierBigDecimal = BigDecimal.valueOf(value);
}
origin: MobiVM/robovm

public void setGroupingUsed(boolean value) {
  int i = value ? -1 : 0;
  setAttribute(this.address, UNUM_GROUPING_USED, i);
}
origin: MobiVM/robovm

public void setDecimalSeparatorAlwaysShown(boolean value) {
  int i = value ? -1 : 0;
  setAttribute(this.address, UNUM_DECIMAL_ALWAYS_SHOWN, i);
}
origin: ibinti/bugvm

public void setDecimalSeparatorAlwaysShown(boolean value) {
  int i = value ? -1 : 0;
  setAttribute(this.address, UNUM_DECIMAL_ALWAYS_SHOWN, i);
}
origin: com.bugvm/bugvm-rt

public void setDecimalSeparatorAlwaysShown(boolean value) {
  int i = value ? -1 : 0;
  setAttribute(this.address, UNUM_DECIMAL_ALWAYS_SHOWN, i);
}
origin: com.bugvm/bugvm-rt

public void setParseIntegerOnly(boolean value) {
  int i = value ? -1 : 0;
  setAttribute(this.address, UNUM_PARSE_INT_ONLY, i);
}
origin: MobiVM/robovm

public void setMultiplier(int value) {
  setAttribute(this.address, UNUM_MULTIPLIER, value);
  // Update the cached BigDecimal for multiplier.
  multiplierBigDecimal = BigDecimal.valueOf(value);
}
origin: ibinti/bugvm

public void setMultiplier(int value) {
  setAttribute(this.address, UNUM_MULTIPLIER, value);
  // Update the cached BigDecimal for multiplier.
  multiplierBigDecimal = BigDecimal.valueOf(value);
}
origin: com.gluonhq/robovm-rt

public void setMultiplier(int value) {
  setAttribute(this.address, UNUM_MULTIPLIER, value);
  // Update the cached BigDecimal for multiplier.
  multiplierBigDecimal = BigDecimal.valueOf(value);
}
origin: com.mobidevelop.robovm/robovm-rt

public void setMultiplier(int value) {
  setAttribute(this.address, UNUM_MULTIPLIER, value);
  // Update the cached BigDecimal for multiplier.
  multiplierBigDecimal = BigDecimal.valueOf(value);
}
origin: com.bugvm/bugvm-rt

public void setMultiplier(int value) {
  setAttribute(this.address, UNUM_MULTIPLIER, value);
  // Update the cached BigDecimal for multiplier.
  multiplierBigDecimal = BigDecimal.valueOf(value);
}
origin: FlexoVM/flexovm

public void setMultiplier(int value) {
  setAttribute(this.address, UNUM_MULTIPLIER, value);
  // Update the cached BigDecimal for multiplier.
  multiplierBigDecimal = BigDecimal.valueOf(value);
}
libcore.icuNativeDecimalFormatsetAttribute

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

  • Finding current android device location
  • putExtra (Intent)
  • onCreateOptionsMenu (Activity)
  • getResourceAsStream (ClassLoader)
    Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • DecimalFormat (java.text)
    DecimalFormat is a concrete subclass ofNumberFormat that formats decimal numbers. It has a variety o
  • Set (java.util)
    A collection that contains no duplicate elements. More formally, sets contain no pair of elements e1
  • StringTokenizer (java.util)
    The string tokenizer class allows an application to break a string into tokens. The tokenization met
  • Pattern (java.util.regex)
    A compiled representation of a regular expression. A regular expression, specified as a string, must
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now