Searched refs:kPlusSignSymbol (Results 1 – 4 of 4) sorted by relevance
105 kPlusSignSymbol, enumerator
1329 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()
410 fSymbols[kPlusSignSymbol] = (UChar)0x002b; // '+' plus sign in initialize()
1365 custom.setSymbol(DecimalFormatSymbols::kPlusSignSymbol, "plus"); in TestSurrogateSupport()