/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_localevalue.h | 29 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);
|
D | cxfa_localevalue.cpp | 92 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 …]
|
D | xfa_utils.h | 16 class CXFA_LocaleValue; variable 23 CXFA_LocaleValue XFA_GetLocaleValue(CXFA_Node* pNode);
|
D | xfa_utils.cpp | 378 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()
|
D | cxfa_localevalue_unittest.cpp | 14 CXFA_LocaleValue(XFA_VT_FLOAT, str, nullptr).GetDoubleNum()); in MakeDoubleNumAsFloat()
|
D | cxfa_node.cpp | 2515 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/ |
D | cxfa_ffdatetimeedit.cpp | 66 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()
|
D | cxfa_ffnumericedit.cpp | 86 CXFA_LocaleValue widgetValue = XFA_GetLocaleValue(m_pNode.Get()); in OnValidate()
|
/external/pdfium/fxjs/xfa/ |
D | cfxjse_formcalc_context.cpp | 1968 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 …]
|