Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp74 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol); in testSymbols()
75 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()
76 …if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMi… in testSymbols()
Dnumbertest_affixutils.cpp30 … return fSymbols.getConstSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPerMillSymbol); in getSymbol()
Dnumrgts.cpp2356 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x5e);
2368 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x2030);
Dnumfmtst.cpp2613 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, ctou("m")); in TestPerMill()
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h120 kPerMillSymbol, enumerator
/external/icu/icu4c/source/i18n/
Dnumber_patternmodifier.cpp225 return symbols->getSymbol(DecimalFormatSymbols::ENumberFormatSymbol::kPerMillSymbol); in getSymbol()
Ddcfmtsym.cpp524 fSymbols[kPerMillSymbol] = (UChar)0x2030; // '%o' per mill in initialize()
Ddecimalformatpattern.cpp120 DecimalFormatSymbols::kPerMillSymbol); in useSymbols()
Daffixpatternparser.cpp635 fPermill = symbols.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in setDecimalFormatSymbols()
Ddecimfmt.cpp2204 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in compareComplexAffix()