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

  /external/icu4c/i18n/unicode/
unum.h 764 UNUM_NEGATIVE_SUFFIX,
790 * UNUM_NEGATIVE_PREFIX, UNUM_NEGATIVE_SUFFIX, UNUM_PADDING_CHARACTER, UNUM_CURRENCY_CODE,
814 * UNUM_NEGATIVE_PREFIX, UNUM_NEGATIVE_SUFFIX, UNUM_PADDING_CHARACTER, UNUM_CURRENCY_CODE,
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 88 private static final int UNUM_NEGATIVE_SUFFIX = 3;
368 return getTextAttribute(this.address, UNUM_NEGATIVE_SUFFIX);
452 setTextAttribute(this.address, UNUM_NEGATIVE_SUFFIX, value);

Completed in 270 milliseconds