HomeSort by relevance Sort by last modified time
    Searched refs:unum_setTextAttribute (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/test/cintltst/
currtest.c 217 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));
cnumtst.c 649 /* Testing unum_getTextAttribute() and unum_setTextAttribute()*/
657 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
673 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
677 unum_setTextAttribute(def, UNUM_POSITIVE_PREFIX, prefix, u_strlen(prefix) , &status);
694 unum_setTextAttribute(def, UNUM_NEGATIVE_PREFIX, prefix, u_strlen(prefix), &status);
710 unum_setTextAttribute(def, UNUM_NEGATIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
727 unum_setTextAttribute(def, UNUM_POSITIVE_SUFFIX, suffix, u_strlen(suffix) , &status);
    [all...]
cnmdptst.c 565 unum_setTextAttribute(currencyFmt, UNUM_CURRENCY_CODE,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
unum.h 174 * unum_setTextAttribute with UNUM_DEFAULT_RULESET; the available public rulesets
181 * unum_setTextAttribute with UNUM_DEFAULT_RULESET; the available public rulesets
    [all...]
  /external/icu/icu4c/source/io/
uprntf_p.cpp 139 unum_setTextAttribute(format, UNUM_POSITIVE_PREFIX, gSpaceStr, 1, status);
150 unum_setTextAttribute(format,
170 unum_setTextAttribute(format,
    [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp     [all...]
  /external/icu/icu4c/source/i18n/
unum.cpp 687 unum_setTextAttribute( UNumberFormat* fmt,
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]

Completed in 95 milliseconds