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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DStringTruncator.cpp46 static inline int textBreakAtOrPreceding(TextBreakIterator* it, int offset) function in namespace:WebCore
69 omitStart = textBreakAtOrPreceding(it, omitStart);
122 unsigned keepLength = textBreakAtOrPreceding(it, keepCount);
138 unsigned keepLength = textBreakAtOrPreceding(it, keepCount);
150 unsigned keepLength = textBreakAtOrPreceding(it, keepCount);

Completed in 110 milliseconds