Searched refs:kPerMillSymbol (Results 1 - 12 of 12) sorted by relevance

/external/icu4c/test/intltest/
H A Dtsdcfmsy.cpp75 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol);
76 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill);
77 if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMillSymbol)) {
H A Dnumrgts.cpp2338 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x5e);
2350 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x2030);
H A Dnumfmtst.cpp2056 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, ctou("m"));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsdcfmsy.cpp75 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol);
76 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill);
77 if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMillSymbol)) {
H A Dnumrgts.cpp2334 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x5e);
2346 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x2030);
H A Dnumfmtst.cpp1788 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, ctou("m"));
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddcfmtsym.h115 kPerMillSymbol, enumerator in enum:DecimalFormatSymbols::ENumberFormatSymbol
/external/icu4c/i18n/unicode/
H A Ddcfmtsym.h116 kPerMillSymbol, enumerator in enum:DecimalFormatSymbols::ENumberFormatSymbol
/external/chromium_org/third_party/icu/source/i18n/
H A Ddcfmtsym.cpp407 fSymbols[kPerMillSymbol] = (UChar)0x2030; // '%o' per mill
H A Ddecimfmt.cpp2336 affix = &getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);
3163 affix += getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);
3265 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol));
3267 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);
3326 appendTo += getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);
3359 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)) >= 0
3704 perMill. remove().append(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol));
/external/icu4c/i18n/
H A Ddcfmtsym.cpp416 fSymbols[kPerMillSymbol] = (UChar)0x2030; // '%o' per mill
H A Ddecimfmt.cpp3069 affix = &getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);
3998 affix += getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);
4100 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol));
4102 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);
4161 appendTo += getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);
4194 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)) >= 0
4539 perMill. remove().append(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol));

Completed in 80 milliseconds