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

  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 88 private static final int UNUM_NEGATIVE_SUFFIX = 3;
373 return getTextAttribute(this.address, UNUM_NEGATIVE_SUFFIX);
457 setTextAttribute(this.address, UNUM_NEGATIVE_SUFFIX, value);
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/test/cintltst/
currtest.c 214 unum_setTextAttribute(parser, UNUM_NEGATIVE_SUFFIX, NEG_SUFFIX, -1, &status);
cnumtst.c 643 unum_getTextAttribute(cur_fr, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status);
648 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
653 unum_getTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, suffix, resultlength, &status);
664 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
701 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
707 unum_getTextAttribute(def, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status);
    [all...]
  /external/icu4c/i18n/unicode/
unum.h     [all...]
  /external/icu4c/i18n/
unum.cpp 559 case UNUM_NEGATIVE_SUFFIX:
622 case UNUM_NEGATIVE_SUFFIX:
  /external/icu4c/test/cintltst/
currtest.c 214 unum_setTextAttribute(parser, UNUM_NEGATIVE_SUFFIX, NEG_SUFFIX, -1, &status);
cnumtst.c 624 unum_getTextAttribute(cur_fr, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status);
629 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
634 unum_getTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, suffix, resultlength, &status);
645 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
682 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
688 unum_getTextAttribute(def, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleICU.cpp 133 setLocaleData(symbols, decimalTextAttribute(UNUM_POSITIVE_PREFIX), decimalTextAttribute(UNUM_POSITIVE_SUFFIX), decimalTextAttribute(UNUM_NEGATIVE_PREFIX), decimalTextAttribute(UNUM_NEGATIVE_SUFFIX));
  /external/chromium_org/third_party/icu/source/i18n/
unum.cpp 719 case UNUM_NEGATIVE_SUFFIX:
783 case UNUM_NEGATIVE_SUFFIX:

Completed in 382 milliseconds