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

  /libcore/luni/src/main/java/com/ibm/icu4jni/text/
NativeDecimalFormat.java 89 private static final int UNUM_NEGATIVE_SUFFIX = 3;
369 return getTextAttribute(this.addr, UNUM_NEGATIVE_SUFFIX);
453 setTextAttribute(this.addr, UNUM_NEGATIVE_SUFFIX, value);
  /external/chromium/third_party/icu/public/i18n/unicode/
unum.h 675 UNUM_NEGATIVE_SUFFIX,
701 * UNUM_NEGATIVE_PREFIX, UNUM_NEGATIVE_SUFFIX, UNUM_PADDING_CHARACTER, UNUM_CURRENCY_CODE,
725 * UNUM_NEGATIVE_PREFIX, UNUM_NEGATIVE_SUFFIX, UNUM_PADDING_CHARACTER, UNUM_CURRENCY_CODE,
  /external/chromium/third_party/icu/source/test/cintltst/
currtest.c 214 unum_setTextAttribute(parser, UNUM_NEGATIVE_SUFFIX, NEG_SUFFIX, -1, &status);
cnumtst.c 588 unum_getTextAttribute(cur_fr, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status);
593 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
598 unum_getTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, suffix, resultlength, &status);
609 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
646 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
652 unum_getTextAttribute(def, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status);
    [all...]
  /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...]
  /external/icu4c/test/cintltst/
currtest.c 214 unum_setTextAttribute(parser, UNUM_NEGATIVE_SUFFIX, NEG_SUFFIX, -1, &status);
cnumtst.c 588 unum_getTextAttribute(cur_fr, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status);
593 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
598 unum_getTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, suffix, resultlength, &status);
609 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
646 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
652 unum_getTextAttribute(def, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status);
    [all...]
  /external/chromium/third_party/icu/source/i18n/
unum.cpp 627 case UNUM_NEGATIVE_SUFFIX:
691 case UNUM_NEGATIVE_SUFFIX:
  /external/icu4c/i18n/
unum.cpp 630 case UNUM_NEGATIVE_SUFFIX:
694 case UNUM_NEGATIVE_SUFFIX:

Completed in 68 milliseconds