Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp80 UnicodeString percent = en.getSymbol(DecimalFormatSymbols::kPercentSymbol); in testSymbols()
81 fr.setSymbol(DecimalFormatSymbols::kPercentSymbol, percent); in testSymbols()
82 …if(fr.getSymbol(DecimalFormatSymbols::kPercentSymbol) != en.getSymbol(DecimalFormatSymbols::kPerce… in testSymbols()
206 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UnicodeString)"P"); in testSymbols()
Dnumbertest_affixutils.cpp28 … return fSymbols.getConstSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPercentSymbol); in getSymbol()
Dnumrgts.cpp2340 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UChar)0x5e);
2352 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UChar)0x25);
Dnumfmtst.cpp2184 custom.setSymbol(DecimalFormatSymbols::kPercentSymbol, "percent"); in TestSurrogateSupport()
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h102 kPercentSymbol, enumerator
/external/icu/icu4c/source/i18n/
Dnumber_patternmodifier.cpp223 return symbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPercentSymbol); in getSymbol()
Ddcfmtsym.cpp506 fSymbols[kPercentSymbol] = (UChar)0x25; // '%' percent sign in initialize()
Ddecimalformatpattern.cpp118 DecimalFormatSymbols::kPercentSymbol); in useSymbols()
Daffixpatternparser.cpp634 fPercent = symbols.getConstSymbol(DecimalFormatSymbols::kPercentSymbol); in setDecimalFormatSymbols()
Ddecimfmt.cpp2201 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kPercentSymbol); in compareComplexAffix()