Searched refs:perMill (Results 1 – 2 of 2) sorted by relevance
73 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol); in testSymbols() local74 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()
3218 UnicodeString perMill ((UChar)kPatternPerMill); in applyPattern() local3232 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()