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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h 760 UNUM_POSITIVE_SUFFIX,
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...]
  /external/icu4c/i18n/unicode/
unum.h     [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 86 private static final int UNUM_POSITIVE_SUFFIX = 1;
387 return getTextAttribute(this.address, UNUM_POSITIVE_SUFFIX);
471 setTextAttribute(this.address, UNUM_POSITIVE_SUFFIX, value);

Completed in 3507 milliseconds