Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context_unittest.cpp10 TEST(FormCalcContextTest, GenerateSomExpression) { in TEST() argument
12 CFXJSE_FormCalcContext::GenerateSomExpression("", 0, 0, /*bIsStar=*/true); in TEST()
15 result = CFXJSE_FormCalcContext::GenerateSomExpression("foo", 0, 0, in TEST()
19 result = CFXJSE_FormCalcContext::GenerateSomExpression("foo", 0, 0, in TEST()
23 result = CFXJSE_FormCalcContext::GenerateSomExpression("fu", 1, 0, in TEST()
27 result = CFXJSE_FormCalcContext::GenerateSomExpression("food", 1, 99, in TEST()
31 result = CFXJSE_FormCalcContext::GenerateSomExpression("foot", 1, -65, in TEST()
35 result = CFXJSE_FormCalcContext::GenerateSomExpression("football", 2, 0, in TEST()
39 result = CFXJSE_FormCalcContext::GenerateSomExpression("foosball", 2, 123, in TEST()
43 result = CFXJSE_FormCalcContext::GenerateSomExpression("bar", 2, -654, in TEST()
[all …]
Dcfxjse_formcalc_context.h269 static ByteString GenerateSomExpression(ByteStringView bsName,
Dcfxjse_formcalc_context.cpp5254 ByteString CFXJSE_FormCalcContext::GenerateSomExpression(ByteStringView bsName, in GenerateSomExpression() function in CFXJSE_FormCalcContext
5355 ByteString bsSomExp = GenerateSomExpression( in DotAccessorCommon()