Home
last modified time | relevance | path

Searched refs:CXFA_LocaleValue (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.h28 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);
Dcxfa_localevalue.cpp65 CXFA_LocaleValue::CXFA_LocaleValue() in CXFA_LocaleValue() function in CXFA_LocaleValue
68 CXFA_LocaleValue::CXFA_LocaleValue(const CXFA_LocaleValue& value) in CXFA_LocaleValue() function in CXFA_LocaleValue
74 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr) in CXFA_LocaleValue() function in CXFA_LocaleValue
79 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, in CXFA_LocaleValue() function in CXFA_LocaleValue
87 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, in CXFA_LocaleValue() function in CXFA_LocaleValue
96 CXFA_LocaleValue& CXFA_LocaleValue::operator=(const CXFA_LocaleValue& value) { in operator =()
104 CXFA_LocaleValue::~CXFA_LocaleValue() {} in ~CXFA_LocaleValue()
106 bool CXFA_LocaleValue::ValidateValue(const WideString& wsValue, in ValidateValue()
194 double CXFA_LocaleValue::GetDoubleNum() const { in GetDoubleNum()
274 CFX_DateTime CXFA_LocaleValue::GetDate() const { in GetDate()
[all …]
Dxfa_utils.h15 class CXFA_LocaleValue; variable
26 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_Node* pNode);
Dxfa_utils.cpp419 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_Node* pNode) { in XFA_GetLocaleValue()
423 return CXFA_LocaleValue(); in XFA_GetLocaleValue()
427 return CXFA_LocaleValue(); in XFA_GetLocaleValue()
459 return CXFA_LocaleValue(iVTType, pNode->GetRawValue(), in XFA_GetLocaleValue()
Dcxfa_node.cpp1785 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(this); in ProcessFormatTestValidate()
/external/pdfium/xfa/fxfa/
Dcxfa_ffdatetimeedit.cpp61 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(m_pNode.Get()); in LoadWidget()
162 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(m_pNode.Get()); in UpdateFWLData()
189 CXFA_LocaleValue date(XFA_VT_DATE, GetDoc()->GetXFADoc()->GetLocalMgr()); in OnSelectChanged()
Dcxfa_ffnumericedit.cpp85 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(m_pNode.Get()); in OnValidate()
Dcxfa_widgetacc.cpp2372 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in SetValue()
2376 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsNewText, in SetValue()
2404 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetPictureContent()
2519 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetValue()
2525 CXFA_LocaleValue date(XFA_VT_DATE, wsDate, pLocalMgr); in GetValue()
2534 CXFA_LocaleValue time(XFA_VT_TIME, wsTime, pLocalMgr); in GetValue()
2559 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(GetNode()); in GetNormalizeDataValue()
2561 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsValue, wsPicture, in GetNormalizeDataValue()
2619 CXFA_LocaleValue widgetValue(iVTType, wsValue, pLocalMgr); in GetFormatDataValue()
2624 CXFA_LocaleValue date(XFA_VT_DATE, wsDate, pLocalMgr); in GetFormatDataValue()
[all …]
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp1245 CXFA_LocaleValue timeValue( in IsoTime2Num()
1658 CXFA_LocaleValue localeValue(XFA_VT_TIME, in Time2Num()
2006 CFX_DateTime dt = CXFA_LocaleValue(XFA_VT_DATE, WideString::FromUTF8(szDate), in Local2IsoDate()
2031 CXFA_LocaleValue(XFA_VT_DATE, WideString::FromUTF8(szDate), pMgr) in IsoDate2Local()
2053 CXFA_LocaleValue widgetValue(XFA_VT_TIME, WideString::FromUTF8(szTime), pMgr); in IsoTime2Local()
3807 CXFA_LocaleValue tempLocaleValue(XFA_VT_FLOAT, wsValue, wsTestPattern, in Format()
3820 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, pMgr); in Format()
3958 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse()
3982 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse()
3994 CXFA_LocaleValue localeValue(patternType, wsValue, wsPattern, pLocale, in Parse()
[all …]