Searched refs:unum_setTextAttribute (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | currtest.c | 217 unum_setTextAttribute(parser, UNUM_NEGATIVE_SUFFIX, NEG_SUFFIX, -1, &status); in TestPrefixSuffix() 218 unum_setTextAttribute(parser, UNUM_NEGATIVE_PREFIX, NEG_PREFIX, -1, &status); in TestPrefixSuffix()
|
D | cnumtst.c | 659 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status); in TestNumberFormat() 675 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status); in TestNumberFormat() 679 unum_setTextAttribute(def, UNUM_POSITIVE_PREFIX, prefix, u_strlen(prefix) , &status); in TestNumberFormat() 696 unum_setTextAttribute(def, UNUM_NEGATIVE_PREFIX, prefix, u_strlen(prefix), &status); in TestNumberFormat() 712 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status); in TestNumberFormat() 729 unum_setTextAttribute(def, UNUM_POSITIVE_SUFFIX, suffix, u_strlen(suffix) , &status); in TestNumberFormat() 1618 unum_setTextAttribute(fmt, UNUM_DEFAULT_RULESET, buffer, -1, &status); in test_fmt() 1924 unum_setTextAttribute(nf, UNUM_CURRENCY_CODE, ubuffer, 3, &status); in TestTextAttributeCrash() 1930 unum_setTextAttribute(nf, UNUM_NEGATIVE_PREFIX, ubuffer, used, &status); in TestTextAttributeCrash() 2529 unum_setTextAttribute(unumFmt, UNUM_CURRENCY_CODE, currencyCode, 3, &status); in TestCurrencyIsoPluralFormat() [all …]
|
D | cnmdptst.c | 565 unum_setTextAttribute(currencyFmt, UNUM_CURRENCY_CODE, in TestCurrencyObject()
|
/external/icu/icu4c/source/io/ |
D | uprntf_p.cpp | 139 unum_setTextAttribute(format, UNUM_POSITIVE_PREFIX, gSpaceStr, 1, status); in u_printf_set_sign() 150 unum_setTextAttribute(format, in u_printf_set_sign() 170 unum_setTextAttribute(format, in u_printf_reset_sign()
|
/external/icu/libandroidicu/include/unicode/ |
D | unum.h | 1253 unum_setTextAttribute( UNumberFormat* fmt,
|
D | urename.h | 1202 #define unum_setTextAttribute U_ICU_ENTRY_POINT_RENAME(unum_setTextAttribute) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | unum.h | 1253 unum_setTextAttribute( UNumberFormat* fmt,
|
/external/icu/icu4c/source/test/intltest/ |
D | numrgts.cpp | 2964 unum_setTextAttribute(f.getAlias(), UNUM_POSITIVE_PREFIX, positivePrefix, -1, &status); 2981 unum_setTextAttribute(f.getAlias(), UNUM_POSITIVE_PREFIX, NULL, 0, &status); 3015 unum_setTextAttribute(f.getAlias(), UNUM_NEGATIVE_PREFIX, negativePrefix, -1, &status);
|
/external/icu/icu4c/source/i18n/ |
D | unum.cpp | 687 unum_setTextAttribute( UNumberFormat* fmt, in unum_setTextAttribute() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 1202 #define unum_setTextAttribute U_ICU_ENTRY_POINT_RENAME(unum_setTextAttribute) macro
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 2092 unum_setTextAttribute(fmt, tag, newValue, newValueLength, status); in unum_setTextAttribute_android()
|