_DoAppend
bool _DoAppend(const char* string, int32 length);
_DoAppend(string.String(), string.Length());
_DoAppend(string.String(), string.Length());
_DoAppend(string, length);
_DoAppend(string.String(), string.Length());
_DoAppend(&c, 1);
_DoAppend("true", 4);
_DoAppend("false", 5);
_DoAppend(num, length);
_DoAppend(num, length);
_DoAppend(num, length);
_DoAppend(num, length);
_DoAppend(num, length);
_DoAppend(num, length);
_DoAppend(num, length);
_DoAppend(num, length);
_DoAppend(string, length);
_DoAppend(&c, 1);
_DoAppend(string.fPrivateData, length);
_DoAppend(string, length);
if (count > 0 && _DoAppend("", count))