Home
last modified time | relevance | path

Searched refs:wsExp (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_locale.cpp3157 CFX_WideString wsExp; in FormatStrNum() local
3158 wsExp.Format(L"E%+d", exponent); in FormatStrNum()
3159 wsOutput = wsExp + wsOutput; in FormatStrNum()
3335 CFX_WideString wsExp; in FormatStrNum() local
3336 wsExp.Format(L"E%+d", exponent); in FormatStrNum()
3337 wsOutput += wsExp; in FormatStrNum()
3574 CFX_WideString wsExp; in FormatLCNumeric() local
3575 wsExp.Format(L"E%+d", exponent); in FormatLCNumeric()
3576 wsOutput = wsExp + wsOutput; in FormatLCNumeric()
3743 CFX_WideString wsExp; in FormatLCNumeric() local
[all …]