Home | History | Annotate | Download | only in core

Lines Matching defs:insert

372 void SkString::insert(size_t offset, const char text[]) {
373 this->insert(offset, text, text ? strlen(text) : 0);
376 void SkString::insert(size_t offset, const char text[], size_t len) {
389 /* If we're the only owner, and we have room in our allocation for the insert,
435 this->insert(offset, buffer, len);
442 this->insert(offset, buffer, stop - buffer);
448 this->insert(offset, buffer, stop - buffer);
454 this->insert(offset, buffer, stop - buffer);
460 this->insert(offset, buffer, stop - buffer);
480 this->insert(offset, p, buffer + sizeof(buffer) - p);
486 this->insert(offset, buffer, stop - buffer);