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

  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 85 private static final int UNUM_POSITIVE_SUFFIX = 1;
454 return getTextAttribute(this.address, UNUM_POSITIVE_SUFFIX);
536 setTextAttribute(this.address, UNUM_POSITIVE_SUFFIX, value);
  /external/icu/icu4c/source/i18n/unicode/
unum.h     [all...]
  /external/icu/icu4c/source/i18n/
unum.cpp 556 case UNUM_POSITIVE_SUFFIX:
619 case UNUM_POSITIVE_SUFFIX:
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 719 unum_setTextAttribute(def, UNUM_POSITIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
725 unum_getTextAttribute(def, UNUM_POSITIVE_SUFFIX, temp, resultlength, &status);
    [all...]

Completed in 208 milliseconds