HomeSort by relevance Sort by last modified time
    Searched defs:UNUM_POSITIVE_PREFIX (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/unicode/
unum.h 758 UNUM_POSITIVE_PREFIX,
789 * @param tag The attribute to query; one of UNUM_POSITIVE_PREFIX, UNUM_POSITIVE_SUFFIX,
813 * @param tag The attribute to set; one of UNUM_POSITIVE_PREFIX, UNUM_POSITIVE_SUFFIX,
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 85 private static final int UNUM_POSITIVE_PREFIX = 0;
375 return getTextAttribute(this.address, UNUM_POSITIVE_PREFIX);
459 setTextAttribute(this.address, UNUM_POSITIVE_PREFIX, value);

Completed in 362 milliseconds