Searched refs:kPerMillSymbol (Results 1 – 6 of 6) sorted by relevance
75 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol); in testSymbols()76 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()77 …if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMi… in testSymbols()
2335 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x5e);2347 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x2030);
2041 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, ctou("m")); in TestPerMill()
116 kPerMillSymbol, enumerator
417 fSymbols[kPerMillSymbol] = (UChar)0x2030; // '%o' per mill in initialize()
2532 affix = &getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in compareComplexAffix()3398 affix += getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in expandAffix()3500 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)); in appendAffix()3502 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in appendAffix()3561 appendTo += getConstSymbol(DecimalFormatSymbols::kPerMillSymbol); in appendAffixPattern()3594 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)) >= 0 in appendAffixPattern()3939 perMill. remove().append(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)); in applyPatternWithoutExpandAffix()