Lines Matching refs:insert
401 void SkString::insert(size_t offset, const char text[]) {
402 this->insert(offset, text, text ? strlen(text) : 0);
405 void SkString::insert(size_t offset, const char text[], size_t len) {
418 /* If we're the only owner, and we have room in our allocation for the insert,
464 this->insert(offset, buffer, len);
471 this->insert(offset, buffer, stop - buffer);
477 this->insert(offset, buffer, stop - buffer);
483 this->insert(offset, buffer, stop - buffer);
489 this->insert(offset, buffer, stop - buffer);
509 this->insert(offset, p, buffer + sizeof(buffer) - p);
515 this->insert(offset, buffer, stop - buffer);