congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
NativeDecimalFormat.getAttribute
Code IndexAdd Tabnine to your IDE (free)

How to use
getAttribute
method
in
libcore.icu.NativeDecimalFormat

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

origin: robovm/robovm

public int getMaximumFractionDigits() {
  return getAttribute(this.address, UNUM_MAX_FRACTION_DIGITS);
}
origin: robovm/robovm

public int getMinimumFractionDigits() {
  return getAttribute(this.address, UNUM_MIN_FRACTION_DIGITS);
}
origin: robovm/robovm

public boolean isDecimalSeparatorAlwaysShown() {
  return getAttribute(this.address, UNUM_DECIMAL_ALWAYS_SHOWN) != 0;
}
origin: robovm/robovm

public boolean isGroupingUsed() {
  return getAttribute(this.address, UNUM_GROUPING_USED) != 0;
}
origin: robovm/robovm

public int getMaximumIntegerDigits() {
  return getAttribute(this.address, UNUM_MAX_INTEGER_DIGITS);
}
origin: robovm/robovm

public int getMinimumIntegerDigits() {
  return getAttribute(this.address, UNUM_MIN_INTEGER_DIGITS);
}
origin: robovm/robovm

public int getMultiplier() {
  return getAttribute(this.address, UNUM_MULTIPLIER);
}
origin: robovm/robovm

public int getGroupingSize() {
  return getAttribute(this.address, UNUM_GROUPING_SIZE);
}
origin: robovm/robovm

public boolean isParseIntegerOnly() {
  return getAttribute(this.address, UNUM_PARSE_INT_ONLY) != 0;
}
origin: MobiVM/robovm

public boolean isDecimalSeparatorAlwaysShown() {
  return getAttribute(this.address, UNUM_DECIMAL_ALWAYS_SHOWN) != 0;
}
origin: MobiVM/robovm

public int getMaximumFractionDigits() {
  return getAttribute(this.address, UNUM_MAX_FRACTION_DIGITS);
}
origin: MobiVM/robovm

public int getMaximumIntegerDigits() {
  return getAttribute(this.address, UNUM_MAX_INTEGER_DIGITS);
}
origin: MobiVM/robovm

public int getMinimumFractionDigits() {
  return getAttribute(this.address, UNUM_MIN_FRACTION_DIGITS);
}
origin: MobiVM/robovm

public int getMinimumIntegerDigits() {
  return getAttribute(this.address, UNUM_MIN_INTEGER_DIGITS);
}
origin: MobiVM/robovm

public int getGroupingSize() {
  return getAttribute(this.address, UNUM_GROUPING_SIZE);
}
origin: MobiVM/robovm

public boolean isParseIntegerOnly() {
  return getAttribute(this.address, UNUM_PARSE_INT_ONLY) != 0;
}
origin: MobiVM/robovm

public int getMultiplier() {
  return getAttribute(this.address, UNUM_MULTIPLIER);
}
origin: ibinti/bugvm

public boolean isGroupingUsed() {
  return getAttribute(this.address, UNUM_GROUPING_USED) != 0;
}
origin: com.mobidevelop.robovm/robovm-rt

public int getMinimumFractionDigits() {
  return getAttribute(this.address, UNUM_MIN_FRACTION_DIGITS);
}
origin: com.mobidevelop.robovm/robovm-rt

public int getGroupingSize() {
  return getAttribute(this.address, UNUM_GROUPING_SIZE);
}
libcore.icuNativeDecimalFormatgetAttribute

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,
  • getGroupingSize,
  • getMaximumFractionDigits,
  • getMaximumIntegerDigits,
  • getMinimumFractionDigits,
  • getMinimumIntegerDigits

Popular in Java

  • Creating JSON documents from java classes using gson
  • getResourceAsStream (ClassLoader)
  • findViewById (Activity)
  • scheduleAtFixedRate (Timer)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Best plugins for Eclipse
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