Home
last modified time | relevance | path

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

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