Home
last modified time | relevance | path

Searched refs:kPercentSymbol (Results 1 – 8 of 8) 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.cpp2337 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UChar)0x5e);
2349 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UChar)0x25);
Dnumfmtst.cpp2141 custom.setSymbol(DecimalFormatSymbols::kPercentSymbol, "percent"); in TestSurrogateSupport()
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h98 kPercentSymbol, enumerator
/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp408 fSymbols[kPercentSymbol] = (UChar)0x25; // '%' percent sign in initialize()
Ddecimalformatpattern.cpp116 DecimalFormatSymbols::kPercentSymbol); in useSymbols()
Daffixpatternparser.cpp628 fPercent = symbols.getConstSymbol(DecimalFormatSymbols::kPercentSymbol); in setDecimalFormatSymbols()
Ddecimfmt.cpp2184 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kPercentSymbol); in compareComplexAffix()