Searched refs:textSize (Results 1 – 2 of 2) sorted by relevance
33 size_t textSize = strlen(text); in ExpandableStringAppend() local34 size_t requiredSize = s->dataSize + textSize + 1; in ExpandableStringAppend()40 memcpy(s->data + s->dataSize, text, textSize + 1); in ExpandableStringAppend()41 s->dataSize += textSize; in ExpandableStringAppend()
67 size_t textSize = strlen(text); in ExpandableStringAppend() local68 size_t requiredSize = s->dataSize + textSize + 1; in ExpandableStringAppend()74 memcpy(s->data + s->dataSize, text, textSize + 1); in ExpandableStringAppend()75 s->dataSize += textSize; in ExpandableStringAppend()