Searched refs:setNegativePrefix (Results 1 – 6 of 6) sorted by relevance
51 DEVIATION_FORMAT.setNegativePrefix("- ");
209 pat.setNegativePrefix("-"); in testAPI()
1321 virtual void setNegativePrefix(const UnicodeString& newValue);
619 df->setNegativePrefix(val); in unum_setTextAttribute()
2965 df->setNegativePrefix(UnicodeString(TRUE, SUPPRESS_NEGATIVE_PREFIX, -1)); in parseInt()2970 df->setNegativePrefix(oldPrefix); in parseInt()
3274 DecimalFormat::setNegativePrefix(const UnicodeString& newValue) in setNegativePrefix() function in DecimalFormat