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

  /external/chromium_org/third_party/icu/source/test/cintltst/
currtest.c 214 unum_setTextAttribute(parser, UNUM_NEGATIVE_SUFFIX, NEG_SUFFIX, -1, &status);
215 unum_setTextAttribute(parser, UNUM_NEGATIVE_PREFIX, NEG_PREFIX, -1, &status);
217 log_err("Error: unum_setTextAttribute returned %s\n", u_errorName(status));
cnumtst.c 640 /* Testing unum_getTextAttribute() and unum_setTextAttribute()*/
648 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
664 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
668 unum_setTextAttribute(def, UNUM_POSITIVE_PREFIX, prefix, u_strlen(prefix) , &status);
685 unum_setTextAttribute(def, UNUM_NEGATIVE_PREFIX, prefix, u_strlen(prefix), &status);
701 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
718 unum_setTextAttribute(def, UNUM_POSITIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
    [all...]
cnmdptst.c 562 unum_setTextAttribute(currencyFmt, UNUM_CURRENCY_CODE,
    [all...]
  /external/icu4c/test/cintltst/
currtest.c 214 unum_setTextAttribute(parser, UNUM_NEGATIVE_SUFFIX, NEG_SUFFIX, -1, &status);
215 unum_setTextAttribute(parser, UNUM_NEGATIVE_PREFIX, NEG_PREFIX, -1, &status);
217 log_err("Error: unum_setTextAttribute returned %s\n", u_errorName(status));
cnumtst.c 621 /* Testing unum_getTextAttribute() and unum_setTextAttribute()*/
629 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
645 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
649 unum_setTextAttribute(def, UNUM_POSITIVE_PREFIX, prefix, u_strlen(prefix) , &status);
666 unum_setTextAttribute(def, UNUM_NEGATIVE_PREFIX, prefix, u_strlen(prefix), &status);
682 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
699 unum_setTextAttribute(def, UNUM_POSITIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
    [all...]
cnmdptst.c 562 unum_setTextAttribute(currencyFmt, UNUM_CURRENCY_CODE,
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
unum.h 686 * @see unum_setTextAttribute
709 * @see unum_setTextAttribute
729 * @see unum_setTextAttribute
747 * @see unum_setTextAttribute
796 * @see unum_setTextAttribute
825 unum_setTextAttribute( UNumberFormat* fmt,
    [all...]
  /external/icu4c/i18n/unicode/
unum.h 860 * @see unum_setTextAttribute
883 * @see unum_setTextAttribute
903 * @see unum_setTextAttribute
921 * @see unum_setTextAttribute
    [all...]
  /external/chromium_org/third_party/icu/source/io/
uprntf_p.c 137 unum_setTextAttribute(format, UNUM_POSITIVE_PREFIX, gSpaceStr, 1, status);
148 unum_setTextAttribute(format,
168 unum_setTextAttribute(format,
    [all...]
  /external/icu4c/io/
uprntf_p.c 137 unum_setTextAttribute(format, UNUM_POSITIVE_PREFIX, gSpaceStr, 1, status);
148 unum_setTextAttribute(format,
168 unum_setTextAttribute(format,
    [all...]
  /external/icu4c/i18n/
unum.cpp 596 unum_setTextAttribute( UNumberFormat* fmt,
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 167 unum_setTextAttribute(toUNumberFormat(addr), attr, value.get(), value.size(), &status);
168 maybeThrowIcuException(env, "unum_setTextAttribute", status);
  /external/icu4c/test/intltest/
numrgts.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
unum.cpp 756 unum_setTextAttribute( UNumberFormat* fmt,
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 240 milliseconds