Home
last modified time | relevance | path

Searched refs:GetDoubleNum (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue_unittest.cpp14 CXFA_LocaleValue(XFA_VT_FLOAT, str, nullptr).GetDoubleNum()); in MakeDoubleNumAsFloat()
19 TEST(CXFALocaleValueTest, GetDoubleNum) { in TEST() argument
Dcxfa_localevalue.h64 double GetDoubleNum() const;
Dcxfa_localevalue.cpp205 double CXFA_LocaleValue::GetDoubleNum() const { in GetDoubleNum() function in CXFA_LocaleValue
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp3937 args.GetReturnValue()->SetDouble(localeValue.GetDoubleNum()); in Parse()
3946 args.GetReturnValue()->SetDouble(localeValue.GetDoubleNum()); in Parse()