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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h 762 UNUM_NEGATIVE_PREFIX,
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...]
  /external/icu4c/i18n/unicode/
unum.h     [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 87 private static final int UNUM_NEGATIVE_PREFIX = 2;
366 return getTextAttribute(this.address, UNUM_NEGATIVE_PREFIX);
450 setTextAttribute(this.address, UNUM_NEGATIVE_PREFIX, value);

Completed in 25 milliseconds