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

/external/icu4c/test/cintltst/
H A Dcurrtest.c214 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));
H A Dcnumtst.c640 /* 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);
1403 unum_setTextAttribute(fmt, UNUM_DEFAULT_RULESET, buffer, -1, &status);
1650 unum_setTextAttribute(nf, UNUM_CURRENCY_CODE, ubuffer, 3, &status);
1656 unum_setTextAttribute(n
[all...]
H A Dcnmdptst.c562 unum_setTextAttribute(currencyFmt, UNUM_CURRENCY_CODE,
/external/icu4c/i18n/unicode/
H A Dunum.h686 * @see unum_setTextAttribute
709 * @see unum_setTextAttribute
729 * @see unum_setTextAttribute
747 * @see unum_setTextAttribute
796 * @see unum_setTextAttribute
825 unum_setTextAttribute( UNumberFormat* fmt,
/external/icu4c/io/
H A Duprntf_p.c137 unum_setTextAttribute(format, UNUM_POSITIVE_PREFIX, gSpaceStr, 1, status);
148 unum_setTextAttribute(format,
168 unum_setTextAttribute(format,
/external/icu4c/i18n/
H A Dunum.cpp756 unum_setTextAttribute( UNumberFormat* fmt, function
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h880 #define unum_setTextAttribute unum_setTextAttribute_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h880 #define unum_setTextAttribute unum_setTextAttribute_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h880 #define unum_setTextAttribute unum_setTextAttribute_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h880 #define unum_setTextAttribute unum_setTextAttribute_3_2 macro
/external/icu4c/common/unicode/
H A Durename.h1138 #define unum_setTextAttribute U_ICU_ENTRY_POINT_RENAME(unum_setTextAttribute) macro

Completed in 173 milliseconds