Searched refs:beforeIndex (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Source/WebCore/platform/text/android/ |
D | HyphenationAndroid.cpp | 66 size_t lastHyphenLocation(const UChar* characters, size_t length, size_t beforeIndex, const AtomicS… in lastHyphenLocation() argument 70 if (beforeIndex <= 0 || length < minWordLen || length > maxWordLen) in lastHyphenLocation() 101 for (size_t i = beforeIndex - 2 - leadingSpacesCount; i > 0; --i) { in lastHyphenLocation()
|
/external/webkit/Source/WebCore/platform/text/cf/ |
D | HyphenationCF.cpp | 68 size_t lastHyphenLocation(const UChar* characters, size_t length, size_t beforeIndex, const AtomicS… in lastHyphenLocation() argument 75 …CFIndex result = CFStringGetHyphenationLocationBeforeIndex(string.get(), beforeIndex, CFRangeMake(… in lastHyphenLocation()
|
/external/webkit/Source/WebCore/platform/text/ |
D | Hyphenation.h | 35 size_t lastHyphenLocation(const UChar*, size_t length, size_t beforeIndex, const AtomicString& loca…
|
/external/webkit/Source/WebCore/platform/text/mac/ |
D | HyphenationMac.mm | 60 size_t lastHyphenLocation(const UChar* characters, size_t length, size_t beforeIndex, const AtomicS… 65 return wkGetHyphenationLocationBeforeIndex(string.get(), beforeIndex);
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 86894 …lastHyphenLocation(). Added 1 to the value passed for the beforeIndex parameter to lastHyphenLocat… 86896 …return a value equal to beforeIndex, but that is fixed in the WebKitSystemInterface part of this p…
|