Home | History | Annotate | Download | only in Plugins

Lines Matching refs:characters

158     stringBuilder.append(statusLine.characters(), statusLine.length());
159 stringBuilder.append(response.httpStatusText().characters(), response.httpStatusText().length());
164 stringBuilder.append(it->first.characters(), it->first.length());
165 stringBuilder.append(separator.characters(), separator.length());
166 stringBuilder.append(it->second.characters(), it->second.length());