Searched refs:charSeq (Results 1 – 2 of 2) sorted by relevance
107 public Writer append(@NullableDecl CharSequence charSeq) throws IOException { in append() argument109 target.append(charSeq); in append()114 public Writer append(@NullableDecl CharSequence charSeq, int start, int end) throws IOException { in append() argument116 target.append(charSeq, start, end); in append()
107 public Writer append(@Nullable CharSequence charSeq) throws IOException { in append() argument109 target.append(charSeq); in append()114 public Writer append(@Nullable CharSequence charSeq, int start, int end) throws IOException { in append() argument116 target.append(charSeq, start, end); in append()