Searched refs:oldNumBytes (Results 1 – 1 of 1) sorted by relevance
421 int32 oldNumBytes = fChars[offset]; in _SetChars() local423 if (oldNumBytes == numBytes in _SetChars()429 int32 diff = numBytes - oldNumBytes; in _SetChars()437 memcpy(chars, fChars, offset + oldNumBytes + 1); in _SetChars()439 &fChars[offset + 1 + oldNumBytes], in _SetChars()447 memmove(&fChars[offset + numBytes], &fChars[offset + oldNumBytes], in _SetChars()