Home
last modified time | relevance | path

Searched refs:kPercentSymbol (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp77 UnicodeString percent = en.getSymbol(DecimalFormatSymbols::kPercentSymbol); in testSymbols()
78 fr.setSymbol(DecimalFormatSymbols::kPercentSymbol, percent); in testSymbols()
79 …if(fr.getSymbol(DecimalFormatSymbols::kPercentSymbol) != en.getSymbol(DecimalFormatSymbols::kPerce… in testSymbols()
203 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UnicodeString)"P"); in testSymbols()
Dnumrgts.cpp2324 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UChar)0x5e);
2336 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UChar)0x25);
Dnumfmtst.cpp1693 custom.setSymbol(DecimalFormatSymbols::kPercentSymbol, "percent"); in TestSurrogateSupport()
/external/chromium_org/third_party/icu/source/test/intltest/
Dtsdcfmsy.cpp77 UnicodeString percent = en.getSymbol(DecimalFormatSymbols::kPercentSymbol); in testSymbols()
78 fr.setSymbol(DecimalFormatSymbols::kPercentSymbol, percent); in testSymbols()
79 …if(fr.getSymbol(DecimalFormatSymbols::kPercentSymbol) != en.getSymbol(DecimalFormatSymbols::kPerce… in testSymbols()
203 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UnicodeString)"P"); in testSymbols()
Dnumrgts.cpp2324 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UChar)0x5e);
2336 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UChar)0x25);
Dnumfmtst.cpp1689 custom.setSymbol(DecimalFormatSymbols::kPercentSymbol, "percent"); in TestSurrogateSupport()
/external/icu/icu4c/source/i18n/unicode/
Ddcfmtsym.h98 kPercentSymbol, enumerator
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddcfmtsym.h98 kPercentSymbol, enumerator
/external/chromium_org/third_party/icu/source/i18n/
Ddcfmtsym.cpp399 fSymbols[kPercentSymbol] = (UChar)0x25; // '%' percent sign in initialize()
Ddecimfmt.cpp3358 affix = &getConstSymbol(DecimalFormatSymbols::kPercentSymbol); in compareComplexAffix()
4286 affix += getConstSymbol(DecimalFormatSymbols::kPercentSymbol); in expandAffix()
4394 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kPercentSymbol)); in appendAffix()
4396 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kPercentSymbol); in appendAffix()
4458 appendTo += getConstSymbol(DecimalFormatSymbols::kPercentSymbol); in appendAffixPattern()
4493 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kPercentSymbol)) >= 0 in appendAffixPattern()
4838 percent. remove().append(getConstSymbol(DecimalFormatSymbols::kPercentSymbol)); in applyPatternWithoutExpandAffix()
/external/icu/icu4c/source/i18n/
Ddcfmtsym.cpp399 fSymbols[kPercentSymbol] = (UChar)0x25; // '%' percent sign in initialize()
Ddecimalformatpattern.cpp131 DecimalFormatSymbols::kPercentSymbol); in useSymbols()
Ddecimfmt.cpp3447 affix = &getConstSymbol(DecimalFormatSymbols::kPercentSymbol);
4375 affix += getConstSymbol(DecimalFormatSymbols::kPercentSymbol);
4483 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kPercentSymbol));
4485 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kPercentSymbol);
4547 appendTo += getConstSymbol(DecimalFormatSymbols::kPercentSymbol);
4582 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kPercentSymbol)) >= 0