Searched refs:wsMinusymbol (Results 1 – 2 of 2) sorted by relevance
2907 CFX_WideString wsMinusymbol; in FormatStrNum() local2908 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusymbol); in FormatStrNum()2909 wsOutput = wsMinusymbol + wsOutput; in FormatStrNum()2915 CFX_WideString wsMinusymbol; in FormatStrNum() local2916 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusymbol); in FormatStrNum()2917 wsOutput = wsMinusymbol + wsOutput; in FormatStrNum()3072 CFX_WideString wsMinusymbol; in FormatStrNum() local3073 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusymbol); in FormatStrNum()3075 wsMinusymbol + wsOutput[0] + wsOutput.Mid(1, wsOutput.GetLength() - 1); in FormatStrNum()3324 CFX_WideString wsMinusymbol; in FormatLCNumeric() local[all …]
1877 CFX_WideString wsMinusymbol; in FormatNumStr() local1878 pLocale->GetNumbericSymbol(FX_LOCALENUMSYMBOL_Minus, wsMinusymbol); in FormatNumStr()1879 wsOutput = wsMinusymbol + wsOutput; in FormatNumStr()