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

/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/icu/icu4c/source/test/intltest/
H A Dtsdcfmsy.cpp71 UnicodeString perMill = en.getSymbol(DecimalFormatSymbols::kPerMillSymbol);
72 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill);
73 if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMillSymbol)) {
H A Dnumrgts.cpp2340 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x5e);
2352 sym.setSymbol(DecimalFormatSymbols::kPerMillSymbol, (UChar)0x2030);
H A Dnumfmtst.cpp2093 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/icu/icu4c/source/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/icu/icu4c/source/i18n/
H A Ddcfmtsym.cpp417 fSymbols[kPerMillSymbol] = (UChar)0x2030; // '%o' per mill
H A Ddecimalformatpattern.cpp133 DecimalFormatSymbols::kPerMillSymbol);
H A Ddecimfmt.cpp3450 affix = &getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);
4379 affix += getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);
4489 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol));
4491 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);
4550 appendTo += getConstSymbol(DecimalFormatSymbols::kPerMillSymbol);
4583 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kPerMillSymbol)) >= 0

Completed in 500 milliseconds