Home
last modified time | relevance | path

Searched refs:UNUM_NEGATIVE_SUFFIX (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/unicode/
Dunum.h906 UNUM_NEGATIVE_SUFFIX, enumerator
/external/icu4c/test/cintltst/
Dcnumtst.c624 unum_getTextAttribute(cur_fr, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status); in TestNumberFormat()
629 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status); in TestNumberFormat()
634 unum_getTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, suffix, resultlength, &status); in TestNumberFormat()
645 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status); in TestNumberFormat()
682 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status); in TestNumberFormat()
688 unum_getTextAttribute(def, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status); in TestNumberFormat()
Dcurrtest.c214 unum_setTextAttribute(parser, UNUM_NEGATIVE_SUFFIX, NEG_SUFFIX, -1, &status); in TestPrefixSuffix()
/external/icu4c/i18n/
Dunum.cpp559 case UNUM_NEGATIVE_SUFFIX: in unum_getTextAttribute()
622 case UNUM_NEGATIVE_SUFFIX: in unum_setTextAttribute()