Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_localevalue.h44 bool ValidateValue(const CFX_WideString& wsValue,
Dcxfa_widgetdata.cpp1505 widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture); in SetValue()
1729 if (widgetValue.ValidateValue(wsValue, wsPicture, pLocale, &wsPicture)) { in GetNormalizeDataValue()
Dxfa_localevalue.cpp101 bool CXFA_LocaleValue::ValidateValue(const CFX_WideString& wsValue, in ValidateValue() function in CXFA_LocaleValue
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidgetacc.cpp423 if (!lcValue.ValidateValue(lcValue.GetValue(), wsPicture, pLocale)) { in ProcessFormatTestValidate()