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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBlock.cpp3550 static inline bool isPunctuationForFirstLetter(UChar c) function in namespace:blink
3645 while (length < textLength && isPunctuationForFirstLetter(text[length]))
3659 if (!isPunctuationForFirstLetter(c))

Completed in 239 milliseconds