Home
last modified time | relevance | path

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

/haiku/src/preferences/keymap/
H A DKeymap.cpp421 int32 oldNumBytes = fChars[offset]; in _SetChars() local
423 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()