Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp4702 static inline bool shouldSkipForFirstLetter(UChar c) in shouldSkipForFirstLetter() function
4786 while (length < text.length() && shouldSkipForFirstLetter((text)[length])) { in firstLetterLength()
4808 if (!shouldSkipForFirstLetter(c)) in firstLetterLength()