Searched refs:unum_setTextAttribute (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
H A Dcurrtest.c217 unum_setTextAttribute(parser, UNUM_NEGATIVE_SUFFIX, NEG_SUFFIX, -1, &status);
218 unum_setTextAttribute(parser, UNUM_NEGATIVE_PREFIX, NEG_PREFIX, -1, &status);
220 log_err("Error: unum_setTextAttribute returned %s\n", u_errorName(status));
H A Dcnumtst.c645 /* Testing unum_getTextAttribute() and unum_setTextAttribute()*/
653 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
669 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
673 unum_setTextAttribute(def, UNUM_POSITIVE_PREFIX, prefix, u_strlen(prefix) , &status);
690 unum_setTextAttribute(def, UNUM_NEGATIVE_PREFIX, prefix, u_strlen(prefix), &status);
706 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
723 unum_setTextAttribute(def, UNUM_POSITIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
1596 unum_setTextAttribute(fmt, UNUM_DEFAULT_RULESET, buffer, -1, &status);
1860 unum_setTextAttribute(nf, UNUM_CURRENCY_CODE, ubuffer, 3, &status);
1866 unum_setTextAttribute(n
[all...]
H A Dcnmdptst.c565 unum_setTextAttribute(currencyFmt, UNUM_CURRENCY_CODE,
/external/icu/icu4c/source/i18n/unicode/
H A Dunum.h173 * unum_setTextAttribute with UNUM_DEFAULT_RULESET; the available public rulesets
180 * unum_setTextAttribute with UNUM_DEFAULT_RULESET; the available public rulesets
1027 * @see unum_setTextAttribute
1050 * @see unum_setTextAttribute
1070 * @see unum_setTextAttribute
1088 * @see unum_setTextAttribute
1143 * @see unum_setTextAttribute
1172 unum_setTextAttribute( UNumberFormat* fmt,
/external/icu/icu4c/source/io/
H A Duprntf_p.c139 unum_setTextAttribute(format, UNUM_POSITIVE_PREFIX, gSpaceStr, 1, status);
150 unum_setTextAttribute(format,
170 unum_setTextAttribute(format,
/external/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp2945 unum_setTextAttribute(f.getAlias(), UNUM_POSITIVE_PREFIX, positivePrefix, -1, &status);
2962 unum_setTextAttribute(f.getAlias(), UNUM_POSITIVE_PREFIX, NULL, 0, &status);
2996 unum_setTextAttribute(f.getAlias(), UNUM_NEGATIVE_PREFIX, negativePrefix, -1, &status);
/external/icu/icu4c/source/i18n/
H A Dunum.cpp613 unum_setTextAttribute( UNumberFormat* fmt, function
/external/icu/icu4c/source/common/unicode/
H A Durename.h1173 #define unum_setTextAttribute U_ICU_ENTRY_POINT_RENAME(unum_setTextAttribute) macro

Completed in 204 milliseconds