Searched refs:replaced (Results 1 – 25 of 78) sorted by relevance
1234
316 StringBuilder replaced = null; in resolveMacro() local318 if (replaced == null) { in resolveMacro()319 replaced = new StringBuilder(); in resolveMacro()323 replaced.append(value.substring(nextStart, matchedStart)); in resolveMacro()328 replaced.append(macroValue); in resolveMacro()332 if (replaced != null && nextStart < value.length()) { in resolveMacro()333 replaced.append(value.substring(nextStart)); in resolveMacro()335 return replaced == null ? value : replaced.toString(); in resolveMacro()
406 StringBuilder replaced = null; in resolveMacro() local408 if (replaced == null) { in resolveMacro()409 replaced = new StringBuilder(); in resolveMacro()413 replaced.append(value.substring(nextStart, matchedStart)); in resolveMacro()418 replaced.append(macroValue); in resolveMacro()422 if (replaced != null && nextStart < value.length()) { in resolveMacro()423 replaced.append(value.substring(nextStart)); in resolveMacro()425 return replaced == null ? value : replaced.toString(); in resolveMacro()
4 // Placeholder module version to be replaced during build.
2 // Placeholder module version to be replaced during build.
4 //Placeholder module version to be replaced during build.