Searched refs:getPositiveSuffix (Results 1 – 6 of 6) sorted by relevance
206 posSuffix = pat.getPositiveSuffix(posSuffix); in testAPI()
1118 if (thaiCurrency->getPositiveSuffix(temp) != "") in TestThaiCurrencyFormat()1120 thaiCurrency->getPositiveSuffix(temp) + "\""); in TestThaiCurrencyFormat()
2292 if (fmt.getPositiveSuffix(s) != UnicodeString((UChar)0x5e)) {2308 if (fmt.getPositiveSuffix(s) != UnicodeString((UChar)0x5e)) {
1079 UnicodeString& getPositiveSuffix(UnicodeString& result) const;
611 df->getPositiveSuffix(res); in unum_getTextAttribute()
2181 DecimalFormat::getPositiveSuffix(UnicodeString& result) const in getPositiveSuffix() function in DecimalFormat