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

How to use
setTextAttribute
method
in
libcore.icu.NativeDecimalFormat

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

origin: robovm/robovm

public void setNegativePrefix(String value) {
  negPrefNull = value == null;
  if (!negPrefNull) {
    setTextAttribute(this.address, UNUM_NEGATIVE_PREFIX, value);
  }
}
origin: robovm/robovm

public void setPositivePrefix(String value) {
  posPrefNull = value == null;
  if (!posPrefNull) {
    setTextAttribute(this.address, UNUM_POSITIVE_PREFIX, value);
  }
}
origin: robovm/robovm

public void setPositiveSuffix(String value) {
  posSuffNull = value == null;
  if (!posSuffNull) {
    setTextAttribute(this.address, UNUM_POSITIVE_SUFFIX, value);
  }
}
origin: robovm/robovm

public void setNegativeSuffix(String value) {
  negSuffNull = value == null;
  if (!negSuffNull) {
    setTextAttribute(this.address, UNUM_NEGATIVE_SUFFIX, value);
  }
}
origin: ibinti/bugvm

public void setPositiveSuffix(String value) {
  posSuffNull = value == null;
  if (!posSuffNull) {
    setTextAttribute(this.address, UNUM_POSITIVE_SUFFIX, value);
  }
}
origin: MobiVM/robovm

public void setNegativeSuffix(String value) {
  negSuffNull = value == null;
  if (!negSuffNull) {
    setTextAttribute(this.address, UNUM_NEGATIVE_SUFFIX, value);
  }
}
origin: com.bugvm/bugvm-rt

public void setPositivePrefix(String value) {
  posPrefNull = value == null;
  if (!posPrefNull) {
    setTextAttribute(this.address, UNUM_POSITIVE_PREFIX, value);
  }
}
origin: com.gluonhq/robovm-rt

public void setPositivePrefix(String value) {
  posPrefNull = value == null;
  if (!posPrefNull) {
    setTextAttribute(this.address, UNUM_POSITIVE_PREFIX, value);
  }
}
origin: com.bugvm/bugvm-rt

public void setNegativeSuffix(String value) {
  negSuffNull = value == null;
  if (!negSuffNull) {
    setTextAttribute(this.address, UNUM_NEGATIVE_SUFFIX, value);
  }
}
origin: ibinti/bugvm

public void setNegativePrefix(String value) {
  negPrefNull = value == null;
  if (!negPrefNull) {
    setTextAttribute(this.address, UNUM_NEGATIVE_PREFIX, value);
  }
}
origin: ibinti/bugvm

public void setPositivePrefix(String value) {
  posPrefNull = value == null;
  if (!posPrefNull) {
    setTextAttribute(this.address, UNUM_POSITIVE_PREFIX, value);
  }
}
origin: MobiVM/robovm

public void setNegativePrefix(String value) {
  negPrefNull = value == null;
  if (!negPrefNull) {
    setTextAttribute(this.address, UNUM_NEGATIVE_PREFIX, value);
  }
}
origin: MobiVM/robovm

public void setPositivePrefix(String value) {
  posPrefNull = value == null;
  if (!posPrefNull) {
    setTextAttribute(this.address, UNUM_POSITIVE_PREFIX, value);
  }
}
origin: MobiVM/robovm

public void setPositiveSuffix(String value) {
  posSuffNull = value == null;
  if (!posSuffNull) {
    setTextAttribute(this.address, UNUM_POSITIVE_SUFFIX, value);
  }
}
origin: com.mobidevelop.robovm/robovm-rt

public void setPositivePrefix(String value) {
  posPrefNull = value == null;
  if (!posPrefNull) {
    setTextAttribute(this.address, UNUM_POSITIVE_PREFIX, value);
  }
}
origin: com.mobidevelop.robovm/robovm-rt

public void setPositiveSuffix(String value) {
  posSuffNull = value == null;
  if (!posSuffNull) {
    setTextAttribute(this.address, UNUM_POSITIVE_SUFFIX, value);
  }
}
origin: FlexoVM/flexovm

public void setNegativePrefix(String value) {
  negPrefNull = value == null;
  if (!negPrefNull) {
    setTextAttribute(this.address, UNUM_NEGATIVE_PREFIX, value);
  }
}
origin: FlexoVM/flexovm

public void setPositivePrefix(String value) {
  posPrefNull = value == null;
  if (!posPrefNull) {
    setTextAttribute(this.address, UNUM_POSITIVE_PREFIX, value);
  }
}
origin: ibinti/bugvm

public void setNegativeSuffix(String value) {
  negSuffNull = value == null;
  if (!negSuffNull) {
    setTextAttribute(this.address, UNUM_NEGATIVE_SUFFIX, value);
  }
}
origin: com.bugvm/bugvm-rt

public void setNegativePrefix(String value) {
  negPrefNull = value == null;
  if (!negPrefNull) {
    setTextAttribute(this.address, UNUM_NEGATIVE_PREFIX, value);
  }
}
libcore.icuNativeDecimalFormatsetTextAttribute

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
  • scheduleAtFixedRate (Timer)
  • startActivity (Activity)
  • getSharedPreferences (Context)
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • Reference (javax.naming)
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top 15 Vim Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now