Lines Matching full:permill
3849 UnicodeString perMill ((UChar)kPatternPerMill);
3863 perMill. remove().append(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol));
3884 // characters. In the prefix and suffix, percent, perMill, and
4113 // Too many percent/perMill characters
4119 affix->append(kQuote); // Encode percent/perMill
4124 } else if (pattern.compare(pos, perMill.length(), perMill) == 0) {
4127 // Too many percent/perMill characters
4128 debug("Too many perMill characters")
4133 affix->append(kQuote); // Encode percent/perMill
4136 pos += perMill.length();