Home | History | Annotate | Download | only in fxjs

Lines Matching full:substr

1346 TEST_F(CFXJSE_FormCalcContextEmbedderTest, Substr) {
1352 } tests[] = {{"Substr(\"ABCDEFG\", 3, 4)", "CDEF"},
1353 {"Substr(3214, 2, 1)", "2"},
1354 {"Substr(\"ABCDEFG\", 5, 0)", ""},
1355 {"Substr(\"21 Waterloo St.\", 4, 5)", "Water"}};