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

  /external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.h 28 class CXFA_LocaleValue {
30 CXFA_LocaleValue();
31 CXFA_LocaleValue(const CXFA_LocaleValue& value);
32 CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr);
33 CXFA_LocaleValue(uint32_t dwType,
36 CXFA_LocaleValue(uint32_t dwType,
41 ~CXFA_LocaleValue();
42 CXFA_LocaleValue& operator=(const CXFA_LocaleValue& value)
    [all...]
xfa_utils.h 15 class CXFA_LocaleValue;
26 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_Node* pNode);
cxfa_localevalue.cpp 7 #include "xfa/fxfa/parser/cxfa_localevalue.h"
65 CXFA_LocaleValue::CXFA_LocaleValue()
68 CXFA_LocaleValue::CXFA_LocaleValue(const CXFA_LocaleValue& value)
74 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr)
79 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType
    [all...]
xfa_utils.cpp 23 #include "xfa/fxfa/parser/cxfa_localevalue.h"
419 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_Node* pNode) {
423 return CXFA_LocaleValue();
427 return CXFA_LocaleValue();
459 return CXFA_LocaleValue(iVTType, pNode->GetRawValue(),
cxfa_node.cpp 45 #include "xfa/fxfa/parser/cxfa_localevalue.h"
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffnumericedit.cpp 15 #include "xfa/fxfa/parser/cxfa_localevalue.h"
85 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(m_pNode.Get());
cxfa_ffdatetimeedit.cpp 17 #include "xfa/fxfa/parser/cxfa_localevalue.h"
61 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(m_pNode.Get());
162 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(m_pNode.Get());
189 CXFA_LocaleValue date(XFA_VT_DATE, GetDoc()->GetXFADoc()->GetLocalMgr());
cxfa_widgetacc.cpp 43 #include "xfa/fxfa/parser/cxfa_localevalue.h"
    [all...]

Completed in 260 milliseconds