Searched refs:wsMinusymbol (Results 1 – 2 of 2) sorted by relevance
3265 CFX_WideString wsMinusymbol; in FormatStrNum() local3266 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusymbol); in FormatStrNum()3267 wsOutput = wsMinusymbol + wsOutput; in FormatStrNum()3273 CFX_WideString wsMinusymbol; in FormatStrNum() local3274 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusymbol); in FormatStrNum()3275 wsOutput = wsMinusymbol + wsOutput; in FormatStrNum()3430 CFX_WideString wsMinusymbol; in FormatStrNum() local3431 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusymbol); in FormatStrNum()3433 wsMinusymbol + wsOutput[0] + wsOutput.Mid(1, wsOutput.GetLength() - 1); in FormatStrNum()3682 CFX_WideString wsMinusymbol; in FormatLCNumeric() local[all …]
3341 CFX_WideString wsMinusymbol; in FormatNumStr() local3342 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusymbol); in FormatNumStr()3343 wsOutput = wsMinusymbol + wsOutput; in FormatNumStr()