Home
last modified time | relevance | path

Searched refs:beforeIndex (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/text/android/
DHyphenationAndroid.cpp66 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/
DHyphenationCF.cpp68 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/
DHyphenation.h35 size_t lastHyphenLocation(const UChar*, size_t length, size_t beforeIndex, const AtomicString& loca…
/external/webkit/Source/WebCore/platform/text/mac/
DHyphenationMac.mm60 size_t lastHyphenLocation(const UChar* characters, size_t length, size_t beforeIndex, const AtomicS…
65 return wkGetHyphenationLocationBeforeIndex(string.get(), beforeIndex);
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0686894 …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…