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.h29 class CXFA_LocaleValue {
31 CXFA_LocaleValue();
32 CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr);
33 CXFA_LocaleValue(uint32_t dwType,
36 CXFA_LocaleValue(uint32_t dwType,
41 CXFA_LocaleValue(const CXFA_LocaleValue& that);
42 ~CXFA_LocaleValue();
44 CXFA_LocaleValue& operator=(const CXFA_LocaleValue& that);
Dcxfa_localevalue.cpp92 CXFA_LocaleValue::CXFA_LocaleValue() = default;
94 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, CXFA_LocaleMgr* pLocaleMgr) in CXFA_LocaleValue() function in CXFA_LocaleValue
99 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, in CXFA_LocaleValue() function in CXFA_LocaleValue
107 CXFA_LocaleValue::CXFA_LocaleValue(uint32_t dwType, in CXFA_LocaleValue() function in CXFA_LocaleValue
116 CXFA_LocaleValue::CXFA_LocaleValue(const CXFA_LocaleValue& that) = default;
118 CXFA_LocaleValue& CXFA_LocaleValue::operator=(const CXFA_LocaleValue& that) =
121 CXFA_LocaleValue::~CXFA_LocaleValue() = default;
123 bool CXFA_LocaleValue::ValidateValue(const WideString& wsValue, in ValidateValue()
205 double CXFA_LocaleValue::GetDoubleNum() const { in GetDoubleNum()
214 CFX_DateTime CXFA_LocaleValue::GetDate() const { in GetDate()
[all …]
Dxfa_utils.h16 class CXFA_LocaleValue; variable
23 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_Node* pNode);
Dxfa_utils.cpp378 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_Node* pNode) { in XFA_GetLocaleValue()
382 return CXFA_LocaleValue(); in XFA_GetLocaleValue()
386 return CXFA_LocaleValue(); in XFA_GetLocaleValue()
418 return CXFA_LocaleValue(iVTType, pNode->GetRawValue(), in XFA_GetLocaleValue()
Dcxfa_localevalue_unittest.cpp14 CXFA_LocaleValue(XFA_VT_FLOAT, str, nullptr).GetDoubleNum()); in MakeDoubleNumAsFloat()
Dcxfa_node.cpp2515 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(this); in ProcessFormatTestValidate()
4661 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in SetValue()
4665 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsNewText, in SetValue()
4689 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetPictureContent()
4802 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetValue()
4808 CXFA_LocaleValue date(XFA_VT_DATE, wsDate, pLocaleMgr); in GetValue()
4817 CXFA_LocaleValue time(XFA_VT_TIME, wsTime, pLocaleMgr); in GetValue()
4841 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(this); in GetNormalizeDataValue()
4843 widgetValue = CXFA_LocaleValue(widgetValue.GetType(), wsValue, wsPicture, in GetNormalizeDataValue()
4899 CXFA_LocaleValue widgetValue(iVTType, wsValue, pLocaleMgr); in GetFormatDataValue()
[all …]
/external/pdfium/xfa/fxfa/
Dcxfa_ffdatetimeedit.cpp66 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(m_pNode.Get()); in LoadWidget()
166 CXFA_LocaleValue lcValue = XFA_GetLocaleValue(m_pNode.Get()); in UpdateFWLData()
191 CXFA_LocaleValue date(XFA_VT_DATE, GetDoc()->GetXFADoc()->GetLocaleMgr()); in OnSelectChanged()
Dcxfa_ffnumericedit.cpp86 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(m_pNode.Get()); in OnValidate()
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp1968 CXFA_LocaleValue timeValue(XFA_VT_TIME, in IsoTime2Num()
2376 CXFA_LocaleValue localeValue(XFA_VT_TIME, in Time2Num()
2456 CFX_DateTime dt = CXFA_LocaleValue(XFA_VT_DATE, WideString::FromUTF8(bsDate), in Local2IsoDate()
2480 CXFA_LocaleValue(XFA_VT_DATE, WideString::FromUTF8(bsDate), pMgr) in IsoDate2Local()
2501 CXFA_LocaleValue widgetValue(XFA_VT_TIME, WideString::FromUTF8(bsTime), pMgr); in IsoTime2Local()
3712 CXFA_LocaleValue tempLocaleValue(XFA_VT_FLOAT, wsValue, wsTestPattern, in Format()
3724 CXFA_LocaleValue localeValue(dwPatternType, wsValue, wsPattern, pLocale, in Format()
3859 CXFA_LocaleValue localeValue(dwPatternType, wsValue, wsPattern, pLocale, in Parse()
3883 CXFA_LocaleValue localeValue(dwPatternType, wsValue, wsPattern, pLocale, in Parse()
3895 CXFA_LocaleValue localeValue(dwPatternType, wsValue, wsPattern, pLocale, in Parse()
[all …]