HomeSort by relevance Sort by last modified time
    Searched refs:wsFormat (Results 1 - 15 of 15) sorted by null

  /external/pdfium/xfa/src/fxfa/src/common/
fxfa_localevalue.h 31 const CFX_WideString& wsFormat,
42 const CFX_WideString& wsFormat,
46 const CFX_WideString& wsFormat,
55 void GetNumbericFormat(CFX_WideString& wsFormat,
60 CFX_WideString& wsFormat,
75 const CFX_WideString& wsFormat,
79 const CFX_WideString& wsFormat,
83 const CFX_WideString& wsFormat,
87 const CFX_WideString& wsFormat,
91 const CFX_WideString& wsFormat,
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp 60 const CFX_WideString& wsFormat,
66 m_bValid = ParsePatternValue(wsValue, wsFormat, pLocale);
113 CFX_WideString wsFormat = wsPatterns[i];
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, wsOutput);
    [all...]
xfa_objectacc_imp.cpp     [all...]
xfa_object_imp.cpp 59 CFX_WideString wsFormat;
60 pAppProvider->LoadString(iStringID, wsFormat);
64 wsMessage.FormatV((const FX_WCHAR*)wsFormat, arg_ptr);
    [all...]
  /external/pdfium/xfa/include/fwl/adapter/
fwl_adapterclipboardmgr.h 32 virtual FX_DWORD RegisterFormat(const CFX_WideStringC& wsFormat) = 0;
  /external/pdfium/xfa/include/fwl/lightwidget/
edit.h 31 FWL_ERR SetFormatString(const CFX_WideString& wsFormat);
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]
  /external/pdfium/xfa/src/fwl/src/lightwidget/
edit.cpp 105 FWL_ERR CFWL_Edit::SetFormatString(const CFX_WideString& wsFormat) {
108 return static_cast<IFWL_Edit*>(m_pIface)->SetFormatString(wsFormat);
  /external/pdfium/xfa/include/fwl/basewidget/
fwl_edit.h 135 FWL_ERR SetFormatString(const CFX_WideString& wsFormat);
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtblock.h 75 FX_BOOL Parse(const CFX_WideString& wsFormat);
fde_txtedtblock.cpp 153 FX_BOOL CFDE_TxtEdtFieldFormatParser::Parse(const CFX_WideString& wsFormat) {
154 m_wsFormat = wsFormat;
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_editimp.h 54 virtual FWL_ERR SetFormatString(const CFX_WideString& wsFormat);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fftextedit.cpp 498 CFX_WideString wsFormat;
500 widgetValue.GetNumbericFormat(wsFormat, iLeads, iFracs);
501 return widgetValue.ValidateNumericTemp(wsText, wsFormat,
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp 521 CFX_WideString wsFormat;
522 wsFormat.Format(L"%%.%dG", nTreading);
525 wsFrac.Format((const FX_WCHAR*)wsFormat, dblMantissa);
534 CFX_WideString wsFormat;
535 wsFormat.Format(L"%%.%df", nTreading);
537 wsResult.Format(wsFormat.c_str(), GetDouble());
    [all...]
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp 82 FWL_ERR IFWL_Edit::SetFormatString(const CFX_WideString& wsFormat) {
83 return static_cast<CFWL_EditImp*>(GetImpl())->SetFormatString(wsFormat);
592 FWL_ERR CFWL_EditImp::SetFormatString(const CFX_WideString& wsFormat) {
595 m_pEdtEngine->SetFormatBlock(0, wsFormat);
    [all...]

Completed in 222 milliseconds