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

/external/chromium_org/third_party/icu/source/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.c631 /* Testing unum_getTextAttribute() and unum_setTextAttribute()*/
639 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
655 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
659 unum_setTextAttribute(def, UNUM_POSITIVE_PREFIX, prefix, u_strlen(prefix) , &status);
676 unum_setTextAttribute(def, UNUM_NEGATIVE_PREFIX, prefix, u_strlen(prefix), &status);
692 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
709 unum_setTextAttribute(def, UNUM_POSITIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
1583 unum_setTextAttribute(fmt, UNUM_DEFAULT_RULESET, buffer, -1, &status);
1847 unum_setTextAttribute(nf, UNUM_CURRENCY_CODE, ubuffer, 3, &status);
1853 unum_setTextAttribute(n
[all...]
H A Dcnmdptst.c562 unum_setTextAttribute(currencyFmt, UNUM_CURRENCY_CODE,
/external/icu/icu4c/source/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.c637 /* Testing unum_getTextAttribute() and unum_setTextAttribute()*/
645 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
661 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
665 unum_setTextAttribute(def, UNUM_POSITIVE_PREFIX, prefix, u_strlen(prefix) , &status);
682 unum_setTextAttribute(def, UNUM_NEGATIVE_PREFIX, prefix, u_strlen(prefix), &status);
698 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
715 unum_setTextAttribute(def, UNUM_POSITIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
1586 unum_setTextAttribute(fmt, UNUM_DEFAULT_RULESET, buffer, -1, &status);
1850 unum_setTextAttribute(nf, UNUM_CURRENCY_CODE, ubuffer, 3, &status);
1856 unum_setTextAttribute(n
[all...]
H A Dcnmdptst.c562 unum_setTextAttribute(currencyFmt, UNUM_CURRENCY_CODE,
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunum.h934 * @see unum_setTextAttribute
957 * @see unum_setTextAttribute
977 * @see unum_setTextAttribute
995 * @see unum_setTextAttribute
1044 * @see unum_setTextAttribute
1073 unum_setTextAttribute( UNumberFormat* fmt,
/external/icu/icu4c/source/i18n/unicode/
H A Dunum.h944 * @see unum_setTextAttribute
967 * @see unum_setTextAttribute
987 * @see unum_setTextAttribute
1005 * @see unum_setTextAttribute
1054 * @see unum_setTextAttribute
1083 unum_setTextAttribute( UNumberFormat* fmt,
/external/chromium_org/third_party/icu/source/io/
H A Duprntf_p.c137 unum_setTextAttribute(format, UNUM_POSITIVE_PREFIX, gSpaceStr, 1, status);
148 unum_setTextAttribute(format,
168 unum_setTextAttribute(format,
/external/icu/icu4c/source/io/
H A Duprntf_p.c137 unum_setTextAttribute(format, UNUM_POSITIVE_PREFIX, gSpaceStr, 1, status);
148 unum_setTextAttribute(format,
168 unum_setTextAttribute(format,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumrgts.cpp2919 unum_setTextAttribute(f.getAlias(), UNUM_POSITIVE_PREFIX, positivePrefix, -1, &status);
2936 unum_setTextAttribute(f.getAlias(), UNUM_POSITIVE_PREFIX, NULL, 0, &status);
2970 unum_setTextAttribute(f.getAlias(), UNUM_NEGATIVE_PREFIX, negativePrefix, -1, &status);
/external/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp2919 unum_setTextAttribute(f.getAlias(), UNUM_POSITIVE_PREFIX, positivePrefix, -1, &status);
2936 unum_setTextAttribute(f.getAlias(), UNUM_POSITIVE_PREFIX, NULL, 0, &status);
2970 unum_setTextAttribute(f.getAlias(), UNUM_NEGATIVE_PREFIX, negativePrefix, -1, &status);
/external/chromium_org/third_party/icu/source/i18n/
H A Dunum.cpp596 unum_setTextAttribute( UNumberFormat* fmt, function
/external/icu/icu4c/source/i18n/
H A Dunum.cpp600 unum_setTextAttribute( UNumberFormat* fmt, function
/external/icu/icu4c/source/common/unicode/
H A Durename.h1129 #define unum_setTextAttribute U_ICU_ENTRY_POINT_RENAME(unum_setTextAttribute) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1181 #define unum_setTextAttribute U_ICU_ENTRY_POINT_RENAME(unum_setTextAttribute) macro

Completed in 1159 milliseconds