Home | History | Annotate | Download | only in core

Lines Matching defs:insert

439 void SkString::insert(size_t offset, const char text[]) {
440 this->insert(offset, text, text ? strlen(text) : 0);
443 void SkString::insert(size_t offset, const char text[], size_t len) {
456 /* If we're the only owner, and we have room in our allocation for the insert,
502 this->insert(offset, buffer, len);
509 this->insert(offset, buffer, stop - buffer);
515 this->insert(offset, buffer, stop - buffer);
521 this->insert(offset, buffer, stop - buffer);
527 this->insert(offset, buffer, stop - buffer);
549 this->insert(offset, p, buffer + sizeof(buffer) - p);
555 this->insert(offset, buffer, stop - buffer);