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

  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
ReplaceTextCommentScanner.java 36 String newCommentText = commentText.replace(oldText, newText);
37 if (newCommentText.equals(commentText)) {
40 return newCommentText;
BaseModifyCommentScanner.java 45 String newCommentText = processComment(reporter, comment, commentText);
46 if (newCommentText != null) {
47 document.replace(comment.getStartPosition(), comment.getLength(), newCommentText);

Completed in 145 milliseconds