Searched refs:kPercentSymbol (Results 1 – 7 of 7) sorted by relevance
77 UnicodeString percent = en.getSymbol(DecimalFormatSymbols::kPercentSymbol); in testSymbols()78 fr.setSymbol(DecimalFormatSymbols::kPercentSymbol, percent); in testSymbols()79 …if(fr.getSymbol(DecimalFormatSymbols::kPercentSymbol) != en.getSymbol(DecimalFormatSymbols::kPerce… in testSymbols()203 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UnicodeString)"P"); in testSymbols()
2324 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UChar)0x5e);2336 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UChar)0x25);
1694 custom.setSymbol(DecimalFormatSymbols::kPercentSymbol, "percent"); in TestSurrogateSupport()
98 kPercentSymbol, enumerator
400 fSymbols[kPercentSymbol] = (UChar)0x25; // '%' percent sign in initialize()
131 DecimalFormatSymbols::kPercentSymbol); in useSymbols()
3479 affix = &getConstSymbol(DecimalFormatSymbols::kPercentSymbol);4425 affix += getConstSymbol(DecimalFormatSymbols::kPercentSymbol);4533 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kPercentSymbol));4535 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kPercentSymbol);4597 appendTo += getConstSymbol(DecimalFormatSymbols::kPercentSymbol);4632 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kPercentSymbol)) >= 0