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 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);
  /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...]
  /external/icu4c/i18n/
unum.cpp 672 case UNUM_POSITIVE_SUFFIX:
736 case UNUM_POSITIVE_SUFFIX:
  /external/icu4c/test/cintltst/
cnumtst.c 721 unum_setTextAttribute(def, UNUM_POSITIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
727 unum_getTextAttribute(def, UNUM_POSITIVE_SUFFIX, temp, resultlength, &status);
    [all...]

Completed in 118 milliseconds