Home
last modified time | relevance | path

Searched refs:kPerMillSymbol (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp71 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()
Dnumrgts.cpp2340 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x5e);
2352 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x2030);
Dnumfmtst.cpp2094 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, ctou("m")); in TestPerMill()
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h116 kPerMillSymbol, enumerator
/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp418 fSymbols[kPerMillSymbol] = (UChar)0x2030; // '%o' per mill in initialize()
Ddecimalformatpattern.cpp133 DecimalFormatSymbols::kPerMillSymbol); in useSymbols()
Ddecimfmt.cpp3482 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