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

/external/webkit/Source/WebCore/rendering/
H A DInlineTextBox.cpp164 static void adjustCharactersAndLengthForHyphen(BufferForAppendingHyphen& charactersWithHyphen, RenderStyle* style, const UChar*& characters, int& length) argument
167 charactersWithHyphen.reserveCapacity(length + hyphenString.length());
168 charactersWithHyphen.append(characters, length);
169 charactersWithHyphen.append(hyphenString.characters(), hyphenString.length());
170 characters = charactersWithHyphen.data();
190 BufferForAppendingHyphen charactersWithHyphen; local
192 adjustCharactersAndLengthForHyphen(charactersWithHyphen, styleToUse, characters, len);
649 BufferForAppendingHyphen charactersWithHyphen; local
651 adjustCharactersAndLengthForHyphen(charactersWithHyphen, styleToUse, characters, length);
818 BufferForAppendingHyphen charactersWithHyphen; local
[all...]

Completed in 32 milliseconds