Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp5234 int32_t iIndexValue = 0; in dot_accessor() local
5237 iIndexValue = ValueToInteger(pThis, args.GetValue(4).get()); in dot_accessor()
5242 szName.AsStringView(), args.GetInt32(3), iIndexValue, bIsStar); in dot_accessor()
5352 int32_t iIndexValue = 0; in dotdot_accessor() local
5355 iIndexValue = ValueToInteger(pThis, args.GetValue(4).get()); in dotdot_accessor()
5360 szName.AsStringView(), args.GetInt32(3), iIndexValue, bIsStar); in dotdot_accessor()
5874 int32_t iIndexValue, in GenerateSomExpression() argument
5882 if (iIndexFlags == 1 || iIndexValue == 0) { in GenerateSomExpression()
5883 return ByteString(szName, "[") + ByteString::FormatInteger(iIndexValue) + in GenerateSomExpression()
5888 szSomExp = (iIndexValue < 0) ? (szName + "[-") : (szName + "[+"); in GenerateSomExpression()
[all …]
Dcfxjse_formcalc_context.h390 int32_t iIndexValue,