Searched refs:wsExp (Results 1 – 1 of 1) sorted by relevance
3157 CFX_WideString wsExp; in FormatStrNum() local3158 wsExp.Format(L"E%+d", exponent); in FormatStrNum()3159 wsOutput = wsExp + wsOutput; in FormatStrNum()3335 CFX_WideString wsExp; in FormatStrNum() local3336 wsExp.Format(L"E%+d", exponent); in FormatStrNum()3337 wsOutput += wsExp; in FormatStrNum()3574 CFX_WideString wsExp; in FormatLCNumeric() local3575 wsExp.Format(L"E%+d", exponent); in FormatLCNumeric()3576 wsOutput = wsExp + wsOutput; in FormatLCNumeric()3743 CFX_WideString wsExp; in FormatLCNumeric() local[all …]