Home | History | Annotate | Download | only in base

Lines Matching refs:iString

509    * @param iString the string to indent
513 public static String indent(String iString, int iIndentDepth) {
519 return iString.replace("\n", spacer.toString());