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

How to use
applyLocalizedPattern
method
in
libcore.icu.NativeDecimalFormat

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

origin: robovm/robovm

/**
 * Changes the pattern of this decimal format to the specified pattern which
 * uses localized pattern characters.
 *
 * @param pattern
 *            the localized pattern.
 * @throws IllegalArgumentException
 *            if the pattern cannot be parsed.
 */
public void applyLocalizedPattern(String pattern) {
  ndf.applyLocalizedPattern(pattern);
}
origin: ibinti/bugvm

/**
 * Changes the pattern of this decimal format to the specified pattern which
 * uses localized pattern characters.
 *
 * @param pattern
 *            the localized pattern.
 * @throws IllegalArgumentException
 *            if the pattern cannot be parsed.
 */
public void applyLocalizedPattern(String pattern) {
  ndf.applyLocalizedPattern(pattern);
}
origin: MobiVM/robovm

/**
 * Changes the pattern of this decimal format to the specified pattern which
 * uses localized pattern characters.
 *
 * @param pattern
 *            the localized pattern.
 * @throws IllegalArgumentException
 *            if the pattern cannot be parsed.
 */
public void applyLocalizedPattern(String pattern) {
  ndf.applyLocalizedPattern(pattern);
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Changes the pattern of this decimal format to the specified pattern which
 * uses localized pattern characters.
 *
 * @param pattern
 *            the localized pattern.
 * @throws IllegalArgumentException
 *            if the pattern cannot be parsed.
 */
public void applyLocalizedPattern(String pattern) {
  ndf.applyLocalizedPattern(pattern);
}
origin: com.bugvm/bugvm-rt

/**
 * Changes the pattern of this decimal format to the specified pattern which
 * uses localized pattern characters.
 *
 * @param pattern
 *            the localized pattern.
 * @throws IllegalArgumentException
 *            if the pattern cannot be parsed.
 */
public void applyLocalizedPattern(String pattern) {
  ndf.applyLocalizedPattern(pattern);
}
origin: com.gluonhq/robovm-rt

/**
 * Changes the pattern of this decimal format to the specified pattern which
 * uses localized pattern characters.
 *
 * @param pattern
 *            the localized pattern.
 * @throws IllegalArgumentException
 *            if the pattern cannot be parsed.
 */
public void applyLocalizedPattern(String pattern) {
  ndf.applyLocalizedPattern(pattern);
}
origin: FlexoVM/flexovm

/**
 * Changes the pattern of this decimal format to the specified pattern which
 * uses localized pattern characters.
 *
 * @param pattern
 *            the localized pattern.
 * @throws IllegalArgumentException
 *            if the pattern cannot be parsed.
 */
public void applyLocalizedPattern(String pattern) {
  ndf.applyLocalizedPattern(pattern);
}
libcore.icuNativeDecimalFormatapplyLocalizedPattern

Popular methods of NativeDecimalFormat

  • <init>
  • applyPattern
  • applyPatternImpl
  • clone
  • cloneImpl
  • close
  • equals
    Note: this doesn't check that the underlying native DecimalFormat objects' configured native Decimal
  • formatBigDecimal
  • formatBigInteger
  • formatDigitList
  • formatDouble
  • formatLong
  • formatDouble,
  • formatLong,
  • formatToCharacterIterator,
  • getAttribute,
  • 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
  • From CI to AI: The AI layer in your organization
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