Lines Matching refs:perMill
4525 UnicodeString perMill ((UChar)kPatternPerMill);
4539 perMill. remove().append(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol));
4560 // characters. In the prefix and suffix, percent, perMill, and
4789 // Too many percent/perMill characters
4795 affix->append(kQuote); // Encode percent/perMill
4800 } else if (pattern.compare(pos, perMill.length(), perMill) == 0) {
4803 // Too many percent/perMill characters
4804 debug("Too many perMill characters")
4809 affix->append(kQuote); // Encode percent/perMill
4812 pos += perMill.length();