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

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp5337 static inline bool isPunctuationForFirstLetter(UChar c) function in namespace:WebCore
5349 return isSpaceOrNewline(c) || c == noBreakSpace || isPunctuationForFirstLetter(c);
5510 if (isPunctuationForFirstLetter(c))

Completed in 56 milliseconds