Searched refs:wsMinusSymbol (Results 1 – 1 of 1) sorted by relevance
2780 CFX_WideString wsMinusSymbol; in FormatStrNum() local2781 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusSymbol); in FormatStrNum()2782 wsOutput = wsMinusSymbol + wsOutput; in FormatStrNum()2791 CFX_WideString wsMinusSymbol; in FormatStrNum() local2792 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusSymbol); in FormatStrNum()2793 wsOutput = wsMinusSymbol + wsOutput; in FormatStrNum()3197 CFX_WideString wsMinusSymbol; in FormatLCNumeric() local3198 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusSymbol); in FormatLCNumeric()3199 wsOutput = wsMinusSymbol + wsOutput; in FormatLCNumeric()3208 CFX_WideString wsMinusSymbol; in FormatLCNumeric() local[all …]