Home
last modified time | relevance | path

Searched refs:XFA_VT_FLOAT (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue_unittest.cpp14 CXFA_LocaleValue(XFA_VT_FLOAT, str, nullptr).GetDoubleNum()); in MakeDoubleNumAsFloat()
Dcxfa_localevalue.h23 #define XFA_VT_FLOAT 8 macro
Dcxfa_localevalue.cpp33 case XFA_VT_FLOAT: in ValueCategory()
207 m_dwType != XFA_VT_DECIMAL && m_dwType != XFA_VT_FLOAT)) { in GetDoubleNum()
Dxfa_utils.cpp394 iVTType = XFA_VT_FLOAT; in XFA_GetLocaleValue()
Dcxfa_node.cpp4718 case XFA_VT_FLOAT: in GetPictureContent()
4874 iVTType = XFA_VT_FLOAT; in GetFormatDataValue()
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp346 type = XFA_VT_FLOAT; in PatternStringType()
348 type = XFA_VT_FLOAT; in PatternStringType()
350 type = XFA_VT_FLOAT; in PatternStringType()
378 return {false, XFA_VT_FLOAT}; in PatternStringType()
401 type = XFA_VT_FLOAT; in PatternStringType()
407 type = XFA_VT_TEXT | XFA_VT_FLOAT; in PatternStringType()
3707 case XFA_VT_FLOAT: { in Format()
3712 CXFA_LocaleValue tempLocaleValue(XFA_VT_FLOAT, wsValue, wsTestPattern, in Format()
3716 dwPatternType = XFA_VT_FLOAT; in Format()
3929 case XFA_VT_FLOAT: { in Parse()
[all …]