Searched refs:kPerMillSymbol (Results 1 – 7 of 7) sorted by relevance
71 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol); in testSymbols()72 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()73 …if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMi… in testSymbols()
2340 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x5e);2352 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x2030);
2094 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, ctou("m")); in TestPerMill()
116 kPerMillSymbol, enumerator
418 fSymbols[kPerMillSymbol] = (UChar)0x2030; // '%o' per mill in initialize()
133 DecimalFormatSymbols::kPerMillSymbol); in useSymbols()
3482 affix = &getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);4429 affix += getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);4539 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol));4541 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);4600 appendTo += getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);4633 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)) >= 0