Searched refs:expstr (Results 1 – 6 of 6) sorted by relevance
1948 UnicodeString expstr(FAIL_STR); in expectParse() local1950 expstr = expected; in expectParse()1951 exp = ref.parse(expstr, ec2); in expectParse()1966 expstr); in expectParse()
2714 UnicodeString expstr; in TestCases() local2716 if (!tokens.next(expstr, ec)) goto error; in TestCases()2718 ref->parse(expstr, exp, ec); in TestCases()
3114 String expstr = FAIL_STR; in expectParse() local3116 expstr = expected; in expectParse()3118 exp = ref.parse(expstr); in expectParse()3130 expstr); in expectParse()
2239 String expstr = tokens.next(); in TestCases() local2241 Number exp = ref.parse(expstr); in TestCases()
3110 String expstr = FAIL_STR; in expectParse() local3112 expstr = expected; in expectParse()3114 exp = ref.parse(expstr); in expectParse()3126 expstr); in expectParse()
2235 String expstr = tokens.next(); in TestCases() local2237 Number exp = ref.parse(expstr); in TestCases()