Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp4692 static inline bool isPunctuationForFirstLetter(UChar c) in isPunctuationForFirstLetter() function
4704 return isSpaceOrNewline(c) || c == noBreakSpace || isPunctuationForFirstLetter(c); in shouldSkipForFirstLetter()
4787 if (isPunctuationForFirstLetter((text)[length])) in firstLetterLength()
4811 if (isPunctuationForFirstLetter(c)) in firstLetterLength()