Home
last modified time | relevance | path

Searched refs:kPlusSignSymbol (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/i18n/unicode/
Ddcfmtsym.h105 kPlusSignSymbol, enumerator
/external/icu4c/i18n/
Ddecimfmt.cpp1329 appendTo += getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in subformat()
1972 tmp = &getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in subparse()
2339 affix = &getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in compareComplexAffix()
3167 affix += getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in expandAffix()
3329 appendTo += getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in appendAffixPattern()
3362 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol)) >= 0 in appendAffixPattern()
3551 result += getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol); in toPattern()
3708 plus. remove().append(getConstSymbol(DecimalFormatSymbols::kPlusSignSymbol)); in applyPatternWithoutExpandAffix()
Ddcfmtsym.cpp410 fSymbols[kPlusSignSymbol] = (UChar)0x002b; // '+' plus sign in initialize()
/external/icu4c/test/intltest/
Dnumfmtst.cpp1365 custom.setSymbol(DecimalFormatSymbols::kPlusSignSymbol, "plus"); in TestSurrogateSupport()