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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DStringTruncator.cpp122 unsigned keepLength = textBreakAtOrPreceding(it, keepCount); local
123 unsigned truncatedLength = shouldInsertEllipsis ? keepLength + 1 : keepLength;
125 StringView(string).substring(0, keepLength).getCharactersWithUpconvert(buffer);
127 buffer[keepLength] = horizontalEllipsis;
138 unsigned keepLength = textBreakAtOrPreceding(it, keepCount);
139 StringView(string).substring(0, keepLength).getCharactersWithUpconvert(buffer);
141 return keepLength;
150 unsigned keepLength = textBreakAtOrPreceding(it, keepCount);
151 StringView(string).substring(0, keepLength)
[all...]

Completed in 158 milliseconds