Home
last modified time | relevance | path

Searched refs:perMill (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
Dtsdcfmsy.cpp75 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol); in testSymbols() local
76 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()
/external/icu4c/i18n/
Ddecimfmt.cpp4449 UnicodeString perMill ((UChar)kPatternPerMill); in applyPatternWithoutExpandAffix() local
4463 perMill. remove().append(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)); in applyPatternWithoutExpandAffix()
4724 } else if (pattern.compare(pos, perMill.length(), perMill) == 0) { in applyPatternWithoutExpandAffix()
4736 pos += perMill.length(); in applyPatternWithoutExpandAffix()