Searched refs:perMill (Results 1 – 2 of 2) sorted by relevance
75 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol); in testSymbols() local76 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()
4449 UnicodeString perMill ((UChar)kPatternPerMill); in applyPatternWithoutExpandAffix() local4463 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()