Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtsdcfmsy.cpp75 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol); in testSymbols()
76 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()
77 …if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMi… in testSymbols()
Dnumrgts.cpp2334 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x5e);
2346 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x2030);
Dnumfmtst.cpp1788 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, ctou("m")); in TestPerMill()
/external/icu4c/i18n/unicode/
Ddcfmtsym.h115 kPerMillSymbol, enumerator
/external/icu4c/i18n/
Ddecimfmt.cpp2336 affix = &getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in compareComplexAffix()
3163 affix += getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in expandAffix()
3265 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)); in appendAffix()
3267 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in appendAffix()
3326 appendTo += getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in appendAffixPattern()
3359 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)) >= 0 in appendAffixPattern()
3704 perMill. remove().append(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)); in applyPatternWithoutExpandAffix()
Ddcfmtsym.cpp416 fSymbols[kPerMillSymbol] = (UChar)0x2030; // '%o' per mill in initialize()