Home
last modified time | relevance | path

Searched refs:textSize (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/
DExpandableString.c33 size_t textSize = strlen(text); in ExpandableStringAppend() local
34 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()
/libnativehelper/include/nativehelper/
DJNIHelp.h67 size_t textSize = strlen(text); in ExpandableStringAppend() local
68 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()