Home
last modified time | relevance | path

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

/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fgas/localization/
H A Dfgas_locale.cpp2792 CFX_WideString wsExp; in FormatStrNum() local
2793 wsExp.Format(L"E%+d", exponent); in FormatStrNum()
2794 wsOutput = wsExp + wsOutput; in FormatStrNum()
2970 CFX_WideString wsExp; in FormatStrNum() local
2971 wsExp.Format(L"E%+d", exponent); in FormatStrNum()
2972 wsOutput += wsExp; in FormatStrNum()
3209 CFX_WideString wsExp; in FormatLCNumeric() local
3210 wsExp.Format(L"E%+d", exponent); in FormatLCNumeric()
3211 wsOutput = wsExp + wsOutput; in FormatLCNumeric()
3378 CFX_WideString wsExp; in FormatLCNumeric() local
[all …]