Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp4375 std::unique_ptr<CFXJSE_Value> identifierValue = in WordNum() local
4377 if (identifierValue->IsNull()) { in WordNum()
4382 static_cast<int32_t>(ValueToFloat(pThis, identifierValue.get())); in WordNum()