HomeSort by relevance Sort by last modified time
    Searched defs:replaceRange (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 138 replaceRange(index, index, text, programName);
141 public function replaceRange(fromIndex:int, toIndex:int, text:Object, programName:String = DEFAULT_PROGRAM_NAME):void {
156 replaceRange(fromToken.tokenIndex, toToken.tokenIndex, text, programName);
164 replaceRange(fromIndex, toIndex, null, programName);
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
XmlEditor.java 253 String replacedText = replaceRange(line, start.charIndex, endTextIndex, text);
265 private static String replaceRange(String line, int start, int end, String newText) {

Completed in 73 milliseconds