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

How to use
setNegativePrefix
method
in
libcore.icu.NativeDecimalFormat

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

origin: robovm/robovm

/**
 * Sets the prefix which is formatted or parsed before a negative number.
 *
 * @param value
 *            the negative prefix.
 */
public void setNegativePrefix(String value) {
  ndf.setNegativePrefix(value);
}
origin: robovm/robovm

ndf.setPositivePrefix((String) fields.get("positivePrefix", ""));
ndf.setPositiveSuffix((String) fields.get("positiveSuffix", ""));
ndf.setNegativePrefix((String) fields.get("negativePrefix", "-"));
ndf.setNegativeSuffix((String) fields.get("negativeSuffix", ""));
ndf.setMultiplier(fields.get("multiplier", 1));
origin: MobiVM/robovm

/**
 * Sets the prefix which is formatted or parsed before a negative number.
 *
 * @param value
 *            the negative prefix.
 */
public void setNegativePrefix(String value) {
  ndf.setNegativePrefix(value);
}
origin: com.bugvm/bugvm-rt

/**
 * Sets the prefix which is formatted or parsed before a negative number.
 *
 * @param value
 *            the negative prefix.
 */
public void setNegativePrefix(String value) {
  ndf.setNegativePrefix(value);
}
origin: FlexoVM/flexovm

/**
 * Sets the prefix which is formatted or parsed before a negative number.
 *
 * @param value
 *            the negative prefix.
 */
public void setNegativePrefix(String value) {
  ndf.setNegativePrefix(value);
}
origin: ibinti/bugvm

/**
 * Sets the prefix which is formatted or parsed before a negative number.
 *
 * @param value
 *            the negative prefix.
 */
public void setNegativePrefix(String value) {
  ndf.setNegativePrefix(value);
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Sets the prefix which is formatted or parsed before a negative number.
 *
 * @param value
 *            the negative prefix.
 */
public void setNegativePrefix(String value) {
  ndf.setNegativePrefix(value);
}
origin: com.gluonhq/robovm-rt

/**
 * Sets the prefix which is formatted or parsed before a negative number.
 *
 * @param value
 *            the negative prefix.
 */
public void setNegativePrefix(String value) {
  ndf.setNegativePrefix(value);
}
origin: com.bugvm/bugvm-rt

ndf.setPositivePrefix((String) fields.get("positivePrefix", ""));
ndf.setPositiveSuffix((String) fields.get("positiveSuffix", ""));
ndf.setNegativePrefix((String) fields.get("negativePrefix", "-"));
ndf.setNegativeSuffix((String) fields.get("negativeSuffix", ""));
ndf.setMultiplier(fields.get("multiplier", 1));
origin: com.mobidevelop.robovm/robovm-rt

ndf.setPositivePrefix((String) fields.get("positivePrefix", ""));
ndf.setPositiveSuffix((String) fields.get("positiveSuffix", ""));
ndf.setNegativePrefix((String) fields.get("negativePrefix", "-"));
ndf.setNegativeSuffix((String) fields.get("negativeSuffix", ""));
ndf.setMultiplier(fields.get("multiplier", 1));
origin: FlexoVM/flexovm

ndf.setPositivePrefix((String) fields.get("positivePrefix", ""));
ndf.setPositiveSuffix((String) fields.get("positiveSuffix", ""));
ndf.setNegativePrefix((String) fields.get("negativePrefix", "-"));
ndf.setNegativeSuffix((String) fields.get("negativeSuffix", ""));
ndf.setMultiplier(fields.get("multiplier", 1));
origin: MobiVM/robovm

ndf.setPositivePrefix((String) fields.get("positivePrefix", ""));
ndf.setPositiveSuffix((String) fields.get("positiveSuffix", ""));
ndf.setNegativePrefix((String) fields.get("negativePrefix", "-"));
ndf.setNegativeSuffix((String) fields.get("negativeSuffix", ""));
ndf.setMultiplier(fields.get("multiplier", 1));
origin: ibinti/bugvm

ndf.setPositivePrefix((String) fields.get("positivePrefix", ""));
ndf.setPositiveSuffix((String) fields.get("positiveSuffix", ""));
ndf.setNegativePrefix((String) fields.get("negativePrefix", "-"));
ndf.setNegativeSuffix((String) fields.get("negativeSuffix", ""));
ndf.setMultiplier(fields.get("multiplier", 1));
origin: com.gluonhq/robovm-rt

ndf.setPositivePrefix((String) fields.get("positivePrefix", ""));
ndf.setPositiveSuffix((String) fields.get("positiveSuffix", ""));
ndf.setNegativePrefix((String) fields.get("negativePrefix", "-"));
ndf.setNegativeSuffix((String) fields.get("negativeSuffix", ""));
ndf.setMultiplier(fields.get("multiplier", 1));
libcore.icuNativeDecimalFormatsetNegativePrefix

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

  • Running tasks concurrently on multiple threads
  • getSupportFragmentManager (FragmentActivity)
  • getSharedPreferences (Context)
  • getSystemService (Context)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • JFileChooser (javax.swing)
  • Best IntelliJ 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