Searched refs:endLength (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/
H A Droster.cpp49 int32 endLength = length - 3 - beginLength; local
53 name.CopyInto(end, name.Length() - endLength, endLength);
/haiku/src/apps/haikudepot/textview/
H A DParagraph.cpp299 int endLength = string.CountChars(); local
300 int start = length - endLength;
301 BString end = Text(start, endLength);

Completed in 88 milliseconds