Lines Matching refs:wsMinusSymbol
2780 CFX_WideString wsMinusSymbol; in FormatStrNum() local
2781 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusSymbol); in FormatStrNum()
2782 wsOutput = wsMinusSymbol + wsOutput; in FormatStrNum()
2791 CFX_WideString wsMinusSymbol; in FormatStrNum() local
2792 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusSymbol); in FormatStrNum()
2793 wsOutput = wsMinusSymbol + wsOutput; in FormatStrNum()
3197 CFX_WideString wsMinusSymbol; in FormatLCNumeric() local
3198 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusSymbol); in FormatLCNumeric()
3199 wsOutput = wsMinusSymbol + wsOutput; in FormatLCNumeric()
3208 CFX_WideString wsMinusSymbol; in FormatLCNumeric() local
3209 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusSymbol); in FormatLCNumeric()
3210 wsOutput = wsMinusSymbol + wsOutput; in FormatLCNumeric()