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

How to use
setMultiplier
method
in
libcore.icu.NativeDecimalFormat

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

origin: robovm/robovm

/**
 * Sets the multiplier which is applied to the number before formatting or
 * after parsing.
 *
 * @param value
 *            the multiplier.
 */
public void setMultiplier(int value) {
  ndf.setMultiplier(value);
}
origin: robovm/robovm

ndf.setNegativePrefix((String) fields.get("negativePrefix", "-"));
ndf.setNegativeSuffix((String) fields.get("negativeSuffix", ""));
ndf.setMultiplier(fields.get("multiplier", 1));
ndf.setGroupingSize(fields.get("groupingSize", (byte) 3));
ndf.setGroupingUsed(fields.get("groupingUsed", true));
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Sets the multiplier which is applied to the number before formatting or
 * after parsing.
 *
 * @param value
 *            the multiplier.
 */
public void setMultiplier(int value) {
  ndf.setMultiplier(value);
}
origin: com.bugvm/bugvm-rt

/**
 * Sets the multiplier which is applied to the number before formatting or
 * after parsing.
 *
 * @param value
 *            the multiplier.
 */
public void setMultiplier(int value) {
  ndf.setMultiplier(value);
}
origin: MobiVM/robovm

/**
 * Sets the multiplier which is applied to the number before formatting or
 * after parsing.
 *
 * @param value
 *            the multiplier.
 */
public void setMultiplier(int value) {
  ndf.setMultiplier(value);
}
origin: ibinti/bugvm

/**
 * Sets the multiplier which is applied to the number before formatting or
 * after parsing.
 *
 * @param value
 *            the multiplier.
 */
public void setMultiplier(int value) {
  ndf.setMultiplier(value);
}
origin: FlexoVM/flexovm

/**
 * Sets the multiplier which is applied to the number before formatting or
 * after parsing.
 *
 * @param value
 *            the multiplier.
 */
public void setMultiplier(int value) {
  ndf.setMultiplier(value);
}
origin: com.gluonhq/robovm-rt

/**
 * Sets the multiplier which is applied to the number before formatting or
 * after parsing.
 *
 * @param value
 *            the multiplier.
 */
public void setMultiplier(int value) {
  ndf.setMultiplier(value);
}
origin: com.bugvm/bugvm-rt

ndf.setNegativePrefix((String) fields.get("negativePrefix", "-"));
ndf.setNegativeSuffix((String) fields.get("negativeSuffix", ""));
ndf.setMultiplier(fields.get("multiplier", 1));
ndf.setGroupingSize(fields.get("groupingSize", (byte) 3));
ndf.setGroupingUsed(fields.get("groupingUsed", true));
origin: FlexoVM/flexovm

ndf.setNegativePrefix((String) fields.get("negativePrefix", "-"));
ndf.setNegativeSuffix((String) fields.get("negativeSuffix", ""));
ndf.setMultiplier(fields.get("multiplier", 1));
ndf.setGroupingSize(fields.get("groupingSize", (byte) 3));
ndf.setGroupingUsed(fields.get("groupingUsed", true));
origin: com.mobidevelop.robovm/robovm-rt

ndf.setNegativePrefix((String) fields.get("negativePrefix", "-"));
ndf.setNegativeSuffix((String) fields.get("negativeSuffix", ""));
ndf.setMultiplier(fields.get("multiplier", 1));
ndf.setGroupingSize(fields.get("groupingSize", (byte) 3));
ndf.setGroupingUsed(fields.get("groupingUsed", true));
origin: MobiVM/robovm

ndf.setNegativePrefix((String) fields.get("negativePrefix", "-"));
ndf.setNegativeSuffix((String) fields.get("negativeSuffix", ""));
ndf.setMultiplier(fields.get("multiplier", 1));
ndf.setGroupingSize(fields.get("groupingSize", (byte) 3));
ndf.setGroupingUsed(fields.get("groupingUsed", true));
origin: ibinti/bugvm

ndf.setNegativePrefix((String) fields.get("negativePrefix", "-"));
ndf.setNegativeSuffix((String) fields.get("negativeSuffix", ""));
ndf.setMultiplier(fields.get("multiplier", 1));
ndf.setGroupingSize(fields.get("groupingSize", (byte) 3));
ndf.setGroupingUsed(fields.get("groupingUsed", true));
origin: com.gluonhq/robovm-rt

ndf.setNegativePrefix((String) fields.get("negativePrefix", "-"));
ndf.setNegativeSuffix((String) fields.get("negativeSuffix", ""));
ndf.setMultiplier(fields.get("multiplier", 1));
ndf.setGroupingSize(fields.get("groupingSize", (byte) 3));
ndf.setGroupingUsed(fields.get("groupingUsed", true));
libcore.icuNativeDecimalFormatsetMultiplier

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

  • Parsing JSON documents to java classes using gson
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • setScale (BigDecimal)
  • requestLocationUpdates (LocationManager)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • Top Sublime Text plugins
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