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

  /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);
  /external/icu4c/i18n/unicode/
unum.h 818 UNUM_NEGATIVE_SUFFIX,
844 * UNUM_NEGATIVE_PREFIX, UNUM_NEGATIVE_SUFFIX, UNUM_PADDING_CHARACTER, UNUM_CURRENCY_CODE,
868 * UNUM_NEGATIVE_PREFIX, UNUM_NEGATIVE_SUFFIX, UNUM_PADDING_CHARACTER, UNUM_CURRENCY_CODE,
    [all...]
  /external/icu4c/test/cintltst/
currtest.c 214 unum_setTextAttribute(parser, UNUM_NEGATIVE_SUFFIX, NEG_SUFFIX, -1, &status);
cnumtst.c 646 unum_getTextAttribute(cur_fr, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status);
651 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
656 unum_getTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, suffix, resultlength, &status);
667 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
704 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
710 unum_getTextAttribute(def, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status);
    [all...]
  /external/icu4c/i18n/
unum.cpp 680 case UNUM_NEGATIVE_SUFFIX:
744 case UNUM_NEGATIVE_SUFFIX:

Completed in 98 milliseconds