Searched refs:after_index (Results 1 – 1 of 1) sorted by relevance
271 int after_index = -1; in applyRule() local274 after_index = -1; in applyRule()275 after_index = source.indexOf(after, before_index + before.length()+1); in applyRule()276 if (after_index < 0 || before_index < 0 || before.length() < 0) { in applyRule()279 v.addElement(source.substring(before_index + before.length(), after_index)); in applyRule()280 before_index = after_index; in applyRule()