Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp71 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol); in testSymbols()
72 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()
73 …if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMi… in testSymbols()
Dnumrgts.cpp2353 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x5e);
2365 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x2030);
Dnumfmtst.cpp2541 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, ctou("m")); in TestPerMill()
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h116 kPerMillSymbol, enumerator
/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp426 fSymbols[kPerMillSymbol] = (UChar)0x2030; // '%o' per mill in initialize()
Ddecimalformatpattern.cpp118 DecimalFormatSymbols::kPerMillSymbol); in useSymbols()
Daffixpatternparser.cpp629 fPermill = symbols.getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in setDecimalFormatSymbols()
Ddecimfmt.cpp2187 affix = &fImpl->getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in compareComplexAffix()