Searched refs:kPercentSymbol (Results 1 – 13 of 13) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tsdcfmsy.cpp | 77 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()
|
D | numrgts.cpp | 2324 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UChar)0x5e); 2336 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UChar)0x25);
|
D | numfmtst.cpp | 1693 custom.setSymbol(DecimalFormatSymbols::kPercentSymbol, "percent"); in TestSurrogateSupport()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | tsdcfmsy.cpp | 77 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()
|
D | numrgts.cpp | 2324 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UChar)0x5e); 2336 sym.setSymbol(DecimalFormatSymbols::kPercentSymbol, (UChar)0x25);
|
D | numfmtst.cpp | 1689 custom.setSymbol(DecimalFormatSymbols::kPercentSymbol, "percent"); in TestSurrogateSupport()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dcfmtsym.h | 98 kPercentSymbol, enumerator
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | dcfmtsym.h | 98 kPercentSymbol, enumerator
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | dcfmtsym.cpp | 399 fSymbols[kPercentSymbol] = (UChar)0x25; // '%' percent sign in initialize()
|
D | decimfmt.cpp | 3358 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/ |
D | dcfmtsym.cpp | 399 fSymbols[kPercentSymbol] = (UChar)0x25; // '%' percent sign in initialize()
|
D | decimalformatpattern.cpp | 131 DecimalFormatSymbols::kPercentSymbol); in useSymbols()
|
D | decimfmt.cpp | 3447 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
|