Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp3805 WideString wsTestPattern; in Format() local
3806 wsTestPattern = L"num{" + wsPattern + L"}"; in Format()
3807 CXFA_LocaleValue tempLocaleValue(XFA_VT_FLOAT, wsValue, wsTestPattern, in Format()
3810 wsPattern = wsTestPattern; in Format()
3813 wsTestPattern = L"text{" + wsPattern + L"}"; in Format()
3814 wsPattern = wsTestPattern; in Format()
4040 WideString wsTestPattern; in Parse() local
4041 wsTestPattern = L"num{" + wsPattern + L"}"; in Parse()
4042 CXFA_LocaleValue localeValue(XFA_VT_FLOAT, wsValue, wsTestPattern, in Parse()
4049 wsTestPattern = L"text{" + wsPattern + L"}"; in Parse()
[all …]