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

  /external/pdfium/xfa/src/fxfa/src/common/
fxfa_localevalue.h 98 FX_BOOL ParsePatternValue(const CFX_WideString& wsValue,
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp 66 m_bValid = ParsePatternValue(wsValue, wsFormat, pLocale);
396 return m_bValid = ParsePatternValue(wsText, wsFormat, pLocale);
407 return m_bValid = ParsePatternValue(wsNum, wsFormat, pLocale);
418 return m_bValid = ParsePatternValue(wsDate, wsFormat, pLocale);
435 return m_bValid = ParsePatternValue(wsTime, wsFormat, pLocale);
453 return m_bValid = ParsePatternValue(wsDateTime, wsFormat, pLocale);
807 FX_BOOL CXFA_LocaleValue::ParsePatternValue(const CFX_WideString& wsValue,

Completed in 47 milliseconds