Searched refs:wsMinusSymbol (Results 1 – 1 of 1) sorted by relevance
3138 CFX_WideString wsMinusSymbol; in FormatStrNum() local3139 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusSymbol); in FormatStrNum()3140 wsOutput = wsMinusSymbol + wsOutput; in FormatStrNum()3149 CFX_WideString wsMinusSymbol; in FormatStrNum() local3150 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusSymbol); in FormatStrNum()3151 wsOutput = wsMinusSymbol + wsOutput; in FormatStrNum()3555 CFX_WideString wsMinusSymbol; in FormatLCNumeric() local3556 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusSymbol); in FormatLCNumeric()3557 wsOutput = wsMinusSymbol + wsOutput; in FormatLCNumeric()3566 CFX_WideString wsMinusSymbol; in FormatLCNumeric() local[all …]