Home
last modified time | relevance | path

Searched refs:kMinusSignSymbol (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/test/intltest/
Dtsdcfmsy.cpp113 UnicodeString minusSign = en.getSymbol(DecimalFormatSymbols::kMinusSignSymbol); in testSymbols()
114 fr.setSymbol(DecimalFormatSymbols::kMinusSignSymbol, minusSign); in testSymbols()
115 …if(fr.getSymbol(DecimalFormatSymbols::kMinusSignSymbol) != en.getSymbol(DecimalFormatSymbols::kMin… in testSymbols()
Dnumrgts.cpp2306 sym.setSymbol(DecimalFormatSymbols::kMinusSignSymbol, (UChar)0x5e);
2318 sym.setSymbol(DecimalFormatSymbols::kMinusSignSymbol, (UChar)0x2d);
Dnumfmtst.cpp1627 custom.setSymbol(DecimalFormatSymbols::kMinusSignSymbol, " minus "); in TestSurrogateSupport()
/external/icu4c/i18n/unicode/
Ddcfmtsym.h104 kMinusSignSymbol, enumerator
/external/icu4c/i18n/
Ddecimfmt.cpp1625 appendTo += getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in subformat()
2524 tmp = &getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in subparse()
2999 affix = &getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in compareComplexAffix()
3930 affix += getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in expandAffix()
4012 offset = (int) (*affix).indexOf(getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol)); in appendAffix()
4014 UnicodeString aff = getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in appendAffix()
4091 appendTo += getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol); in appendAffixPattern()
4122 || affix.indexOf(getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol)) >= 0 in appendAffixPattern()
4365 … fNegativePrefix.compare(getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol)) == 0 && in toPattern()
4468 minus. remove().append(getConstSymbol(DecimalFormatSymbols::kMinusSignSymbol)); in applyPatternWithoutExpandAffix()
Ddcfmtsym.cpp409 fSymbols[kMinusSignSymbol] = (UChar)0x2d; // '-' minus sign in initialize()