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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp5347 static inline bool shouldSkipForFirstLetter(UChar c) function in namespace:WebCore
5496 while (length < oldText->length() && shouldSkipForFirstLetter((*oldText)[length]))
5507 if (!shouldSkipForFirstLetter(c))

Completed in 61 milliseconds