Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Dutil.cpp331 CFX_WideString wsResult; in printx() local
339 wsResult += wsFormat[iFormatIdx]; in printx()
362 wsResult += TranslateCase(wsSource[iSourceIdx], eCaseMode); in printx()
372 wsResult += TranslateCase(wsSource[iSourceIdx], eCaseMode); in printx()
384 wsResult += TranslateCase(wsSource[iSourceIdx], eCaseMode); in printx()
395 wsResult += wsSource[iSourceIdx]; in printx()
405 wsResult += TranslateCase(wsSource[iSourceIdx], eCaseMode); in printx()
412 wsResult += wsFormat[iFormatIdx]; in printx()
417 return wsResult; in printx()
/external/pdfium/xfa/fxfa/parser/
Dxfa_localevalue.cpp465 bool CXFA_LocaleValue::FormatPatterns(CFX_WideString& wsResult, in FormatPatterns() argument
472 wsResult.clear(); in FormatPatterns()
475 if (FormatSinglePattern(wsResult, wsPatterns[i], pLocale, eValueType)) in FormatPatterns()
481 bool CXFA_LocaleValue::FormatSinglePattern(CFX_WideString& wsResult, in FormatSinglePattern() argument
489 wsResult.clear(); in FormatSinglePattern()
497 bRet = pFormat->FormatNull(wsFormat, wsResult); in FormatSinglePattern()
502 bRet = pFormat->FormatZero(wsFormat, wsResult); in FormatSinglePattern()
506 bRet = pFormat->FormatNum(m_wsValue, wsFormat, wsResult); in FormatSinglePattern()
509 bRet = pFormat->FormatText(m_wsValue, wsFormat, wsResult); in FormatSinglePattern()
512 bRet = pFormat->FormatDateTime(m_wsValue, wsFormat, wsResult, in FormatSinglePattern()
[all …]
Dxfa_localevalue.h48 bool FormatPatterns(CFX_WideString& wsResult,
52 bool FormatSinglePattern(CFX_WideString& wsResult,
/external/pdfium/xfa/fgas/localization/
Dfgas_locale.cpp255 CFX_WideString wsResult; in ToString() local
256 wsResult.Format(wsFormat.c_str(), GetDouble()); in ToString()
258 wsResult.TrimRight(L"0"); in ToString()
259 wsResult.TrimRight(L"."); in ToString()
261 return wsResult; in ToString()
3708 CFX_WideString& wsResult) { in FX_DateFormat() argument
3719 wsResult += FX_GetLiteralText(strf, ccf, lenf); in FX_DateFormat()
3723 wsResult += strf[ccf++]; in FX_DateFormat()
3736 wsResult += wsDay; in FX_DateFormat()
3740 wsResult += wsDay; in FX_DateFormat()
[all …]