Lines Matching +full:- +full:replace
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht…
4 <meta http-equiv="content-type" content="text/html;charset=utf-8" />
7 <!-- ANTLR includes -->
8 <script type="text/javascript" src="../../lib/antlr3-all.js"></script>
11 <!-- JsUnit include -->
14 <!-- Test Code -->
64 tokens.replace(0,"x");
73 tokens.replace(2,"x");
82 tokens.replace(1,"x");
91 tokens.replace(1,"x");
92 tokens.replace(1,"y");
101 tokens.replace(1,"x");
111 tokens.replace(0,"x");
121 tokens.replace(0,"x");
133 tokens.replace(0,"x");
154 tokens.replace(0,"z");
163 tokens.replace(2,"x");
174 tokens.replace(2,"x");
183 tokens.replace(2,"x");
193 tokens.replace(2,4,"x");
203 tokens.replace(2,4,"x");
213 tokens.replace(2,4,"x");
223 tokens.replace(2,4,"x");
233 tokens.replace(0,6,"x");
242 tokens.replace(2,4,"xyz");
251 tokens.replace(2,4,"xyz");
252 tokens.replace(2,5,"foo");
261 tokens.replace(2,4,"xyz");
262 tokens.replace(1,3,"foo");
271 tokens.replace(2,2,"xyz");
272 tokens.replace(0,3,"foo");