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

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutAttributesBuilder.cpp88 static inline bool characterIsSpace(const UChar& character) function in namespace:WebCore
115 if (characterIsSpace(currentCharacter) && characterIsSpaceOrNull(lastCharacter))
217 if (!preserveWhiteSpace && characterIsSpace(currentCharacter) && characterIsSpaceOrNull(lastCharacter)) {

Completed in 84 milliseconds