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

How to use
formatToCharacterIterator
method
in
libcore.icu.NativeDecimalFormat

Best Java code snippets using libcore.icu.NativeDecimalFormat.formatToCharacterIterator (Showing top 7 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

/**
 * Formats the specified object using the rules of this decimal format and
 * returns an {@code AttributedCharacterIterator} with the formatted number
 * and attributes.
 *
 * @param object
 *            the object to format.
 * @return an AttributedCharacterIterator with the formatted number and
 *         attributes.
 * @throws IllegalArgumentException
 *             if {@code object} cannot be formatted by this format.
 * @throws NullPointerException
 *             if {@code object} is {@code null}.
 */
@Override
public AttributedCharacterIterator formatToCharacterIterator(Object object) {
  if (object == null) {
    throw new NullPointerException("object == null");
  }
  return ndf.formatToCharacterIterator(object);
}
origin: MobiVM/robovm

/**
 * Formats the specified object using the rules of this decimal format and
 * returns an {@code AttributedCharacterIterator} with the formatted number
 * and attributes.
 *
 * @param object
 *            the object to format.
 * @return an AttributedCharacterIterator with the formatted number and
 *         attributes.
 * @throws IllegalArgumentException
 *             if {@code object} cannot be formatted by this format.
 * @throws NullPointerException
 *             if {@code object} is {@code null}.
 */
@Override
public AttributedCharacterIterator formatToCharacterIterator(Object object) {
  if (object == null) {
    throw new NullPointerException("object == null");
  }
  return ndf.formatToCharacterIterator(object);
}
origin: com.mobidevelop.robovm/robovm-rt

/**
 * Formats the specified object using the rules of this decimal format and
 * returns an {@code AttributedCharacterIterator} with the formatted number
 * and attributes.
 *
 * @param object
 *            the object to format.
 * @return an AttributedCharacterIterator with the formatted number and
 *         attributes.
 * @throws IllegalArgumentException
 *             if {@code object} cannot be formatted by this format.
 * @throws NullPointerException
 *             if {@code object} is {@code null}.
 */
@Override
public AttributedCharacterIterator formatToCharacterIterator(Object object) {
  if (object == null) {
    throw new NullPointerException("object == null");
  }
  return ndf.formatToCharacterIterator(object);
}
origin: com.gluonhq/robovm-rt

/**
 * Formats the specified object using the rules of this decimal format and
 * returns an {@code AttributedCharacterIterator} with the formatted number
 * and attributes.
 *
 * @param object
 *            the object to format.
 * @return an AttributedCharacterIterator with the formatted number and
 *         attributes.
 * @throws IllegalArgumentException
 *             if {@code object} cannot be formatted by this format.
 * @throws NullPointerException
 *             if {@code object} is {@code null}.
 */
@Override
public AttributedCharacterIterator formatToCharacterIterator(Object object) {
  if (object == null) {
    throw new NullPointerException("object == null");
  }
  return ndf.formatToCharacterIterator(object);
}
origin: ibinti/bugvm

/**
 * Formats the specified object using the rules of this decimal format and
 * returns an {@code AttributedCharacterIterator} with the formatted number
 * and attributes.
 *
 * @param object
 *            the object to format.
 * @return an AttributedCharacterIterator with the formatted number and
 *         attributes.
 * @throws IllegalArgumentException
 *             if {@code object} cannot be formatted by this format.
 * @throws NullPointerException
 *             if {@code object} is {@code null}.
 */
@Override
public AttributedCharacterIterator formatToCharacterIterator(Object object) {
  if (object == null) {
    throw new NullPointerException("object == null");
  }
  return ndf.formatToCharacterIterator(object);
}
origin: com.bugvm/bugvm-rt

/**
 * Formats the specified object using the rules of this decimal format and
 * returns an {@code AttributedCharacterIterator} with the formatted number
 * and attributes.
 *
 * @param object
 *            the object to format.
 * @return an AttributedCharacterIterator with the formatted number and
 *         attributes.
 * @throws IllegalArgumentException
 *             if {@code object} cannot be formatted by this format.
 * @throws NullPointerException
 *             if {@code object} is {@code null}.
 */
@Override
public AttributedCharacterIterator formatToCharacterIterator(Object object) {
  if (object == null) {
    throw new NullPointerException("object == null");
  }
  return ndf.formatToCharacterIterator(object);
}
origin: FlexoVM/flexovm

/**
 * Formats the specified object using the rules of this decimal format and
 * returns an {@code AttributedCharacterIterator} with the formatted number
 * and attributes.
 *
 * @param object
 *            the object to format.
 * @return an AttributedCharacterIterator with the formatted number and
 *         attributes.
 * @throws IllegalArgumentException
 *             if {@code object} cannot be formatted by this format.
 * @throws NullPointerException
 *             if {@code object} is {@code null}.
 */
@Override
public AttributedCharacterIterator formatToCharacterIterator(Object object) {
  if (object == null) {
    throw new NullPointerException("object == null");
  }
  return ndf.formatToCharacterIterator(object);
}
libcore.icuNativeDecimalFormatformatToCharacterIterator

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

Popular in Java

  • Making http post requests using okhttp
  • findViewById (Activity)
  • getApplicationContext (Context)
  • putExtra (Intent)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • Menu (java.awt)
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • LinkedList (java.util)
    Doubly-linked list implementation of the List and Dequeinterfaces. Implements all optional list oper
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
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