Home
last modified time | relevance | path

Searched refs:kPercentSymbol (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp77 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()
Dnumrgts.cpp2324 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UChar)0x5e);
2336 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UChar)0x25);
Dnumfmtst.cpp1694 custom.setSymbol(DecimalFormatSymbols::kPercentSymbol, "percent"); in TestSurrogateSupport()
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h98 kPercentSymbol, enumerator
/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp400 fSymbols[kPercentSymbol] = (UChar)0x25; // '%' percent sign in initialize()
Ddecimalformatpattern.cpp131 DecimalFormatSymbols::kPercentSymbol); in useSymbols()
Ddecimfmt.cpp3479 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