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

  /external/icu4c/i18n/unicode/
unum.h 814 UNUM_POSITIVE_SUFFIX,
843 * @param tag The attribute to query; one of UNUM_POSITIVE_PREFIX, UNUM_POSITIVE_SUFFIX,
867 * @param tag The attribute to set; one of UNUM_POSITIVE_PREFIX, UNUM_POSITIVE_SUFFIX,
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 86 private static final int UNUM_POSITIVE_SUFFIX = 1;
382 return getTextAttribute(this.address, UNUM_POSITIVE_SUFFIX);
466 setTextAttribute(this.address, UNUM_POSITIVE_SUFFIX, value);

Completed in 80 milliseconds