Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_localevalue.h56 bool ValidateCanonicalValue(const CFX_WideString& wsValue, uint32_t dwVType);
Dxfa_localevalue.cpp59 m_bValid = ValidateCanonicalValue(wsValue, dwType); in CXFA_LocaleValue()
557 bool CXFA_LocaleValue::ValidateCanonicalValue(const CFX_WideString& wsValue, in ValidateCanonicalValue() function in CXFA_LocaleValue