Home | History | Annotate | Download | only in functional

Lines Matching full:replace

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");