Searched refs:iString (Results 1 – 1 of 1) sorted by relevance
513 public static String indent(String iString, int iIndentDepth) { in indent() argument519 return iString.replace("\n", spacer.toString()); in indent()