Searched defs:wsFormat (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/xfa/src/fwl/src/lightwidget/
H A Dedit.cpp105 FWL_ERR CFWL_Edit::SetFormatString(const CFX_WideString& wsFormat) { argument
108 return static_cast<IFWL_Edit*>(m_pIface)->SetFormatString(wsFormat);
/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtblock.cpp153 FX_BOOL CFDE_TxtEdtFieldFormatParser::Parse(const CFX_WideString& wsFormat) { argument
154 m_wsFormat = wsFormat;
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_fftextedit.cpp498 CFX_WideString wsFormat; local
500 widgetValue.GetNumbericFormat(wsFormat, iLeads, iFracs);
501 return widgetValue.ValidateNumericTemp(wsText, wsFormat,
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_localevalue.cpp60 const CFX_WideString& wsFormat,
66 m_bValid = ParsePatternValue(wsValue, wsFormat, pLocale);
113 CFX_WideString wsFormat = wsPatterns[i]; local
114 FX_LOCALECATEGORY eCategory = pFormat->GetCategory(wsFormat);
118 bRet = pFormat->ParseNull(wsValue, wsFormat);
124 bRet = pFormat->ParseZero(wsValue, wsFormat);
131 bRet = pFormat->ParseNum(wsValue, wsFormat, fNum);
133 bRet = pFormat->FormatNum(wsValue, wsFormat, wsOutput);
138 bRet = pFormat->ParseText(wsValue, wsFormat, wsOutput);
141 bRet = pFormat->FormatText(wsValue, wsFormat, wsOutpu
58 CXFA_LocaleValue(FX_DWORD dwType, const CFX_WideString& wsValue, const CFX_WideString& wsFormat, IFX_Locale* pLocale, CXFA_LocaleMgr* pLocaleMgr) argument
392 SetText(const CFX_WideString& wsText, const CFX_WideString& wsFormat, IFX_Locale* pLocale) argument
403 SetNum(const CFX_WideString& wsNum, const CFX_WideString& wsFormat, IFX_Locale* pLocale) argument
414 SetDate(const CFX_WideString& wsDate, const CFX_WideString& wsFormat, IFX_Locale* pLocale) argument
431 SetTime(const CFX_WideString& wsTime, const CFX_WideString& wsFormat, IFX_Locale* pLocale) argument
449 SetDateTime(const CFX_WideString& wsDateTime, const CFX_WideString& wsFormat, IFX_Locale* pLocale) argument
455 FormatPatterns(CFX_WideString& wsResult, const CFX_WideString& wsFormat, IFX_Locale* pLocale, XFA_VALUEPICTURE eValueType) const argument
474 FormatSinglePattern( CFX_WideString& wsResult, const CFX_WideString& wsFormat, IFX_Locale* pLocale, XFA_VALUEPICTURE eValueType) const argument
820 CFX_WideString wsFormat = wsPatterns[i]; local
892 GetNumbericFormat(CFX_WideString& wsFormat, int32_t nIntLen, int32_t nDecLen, FX_BOOL bSign) argument
928 ValidateNumericTemp(CFX_WideString& wsNumeric, CFX_WideString& wsFormat, IFX_Locale* pLocale, int32_t* pos) argument
[all...]
H A Dxfa_object_imp.cpp59 CFX_WideString wsFormat; local
60 pAppProvider->LoadString(iStringID, wsFormat);
64 wsMessage.FormatV((const FX_WCHAR*)wsFormat, arg_ptr);
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_editimp.cpp82 FWL_ERR IFWL_Edit::SetFormatString(const CFX_WideString& wsFormat) { argument
83 return static_cast<CFWL_EditImp*>(GetImpl())->SetFormatString(wsFormat);
592 FWL_ERR CFWL_EditImp::SetFormatString(const CFX_WideString& wsFormat) { argument
595 m_pEdtEngine->SetFormatBlock(0, wsFormat);
/external/pdfium/xfa/src/fgas/src/localization/
H A Dfx_locale.cpp521 CFX_WideString wsFormat; local
522 wsFormat.Format(L"%%.%dG", nTreading);
525 wsFrac.Format((const FX_WCHAR*)wsFormat, dblMantissa);
534 CFX_WideString wsFormat; local
535 wsFormat.Format(L"%%.%df", nTreading);
537 wsResult.Format(wsFormat.c_str(), GetDouble());
2984 static int32_t FX_GetNumTrailingLimit(const CFX_WideString& wsFormat, argument
2990 int32_t iCount = wsFormat.GetLength();
2993 FX_WCHAR wc = wsFormat[iDotPos];
/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fm2jscontext.cpp1560 CFX_WideString wsFormat; local
1562 pLocale->GetTimePattern(FX_LOCALEDATETIMESUBCATEGORY_Default, wsFormat);
1564 wsFormat =
1567 wsFormat = FX_WSTRC(L"time{") + wsFormat;
1568 wsFormat += FX_WSTRC(L"}");
1572 wsFormat, pLocale, (CXFA_LocaleMgr*)pMgr);
2012 CFX_WideString wsFormat; local
2014 pLocale->GetDatePattern(FX_LOCALEDATETIMESUBCATEGORY_Default, wsFormat);
2016 wsFormat
2052 CFX_WideString wsFormat; local
2095 CFX_WideString wsFormat; local
2137 CFX_WideString wsFormat; local
2181 CFX_WideString wsFormat; local
7194 CFX_WideString wsFormat; local
[all...]

Completed in 645 milliseconds