Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtsdcfmsy.cpp73 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol); in testSymbols() local
74 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()
/external/icu4c/i18n/
Ddecimfmt.cpp3218 UnicodeString perMill ((UChar)kPatternPerMill); in applyPattern() local
3232 perMill. remove().append(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)); in applyPattern()
3485 } else if (pattern.compare(pos, perMill.length(), perMill) == 0) { in applyPattern()
3497 pos += perMill.length(); in applyPattern()