Searched refs:toReplace (Results 1 – 3 of 3) sorted by relevance
117 val toReplace = matcher.group(PATTERN_TYPE_GROUP) in replaceWithPatterns() constant119 val replacement = if (isPackage(toReplace)) { in replaceWithPatterns()120 rewritePackage(toReplace, fileName) in replaceWithPatterns()122 rewriteType(toReplace) in replaceWithPatterns()124 changesDone = changesDone || replacement != toReplace in replaceWithPatterns()
45 fun build(toReplace: String, flags: Int = 0): Pattern { in build()46 var result = toReplace in build()
2742 int toReplace = end; in replaceChip() local2743 while (toReplace >= 0 && toReplace < editable.length() in replaceChip()2744 && editable.charAt(toReplace) == ' ') { in replaceChip()2745 toReplace++; in replaceChip()2747 editable.replace(start, toReplace, chipText); in replaceChip()