Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutAttributesBuilder.cpp93 static inline bool characterIsSpaceOrNull(const UChar& character) in characterIsSpaceOrNull() function
115 if (characterIsSpace(currentCharacter) && characterIsSpaceOrNull(lastCharacter)) in processRenderSVGInlineText()
217 …if (!preserveWhiteSpace && characterIsSpace(currentCharacter) && characterIsSpaceOrNull(lastCharac… in propagateLayoutAttributes()