totalCharacters 183 Source/core/rendering/svg/SVGTextLayoutEngine.cpp unsigned totalCharacters = 0; totalCharacters 200 Source/core/rendering/svg/SVGTextLayoutEngine.cpp totalCharacters += characters; totalCharacters 222 Source/core/rendering/svg/SVGTextLayoutEngine.cpp m_textPathSpacing = (desiredTextLength - totalLength) / totalCharacters; totalCharacters 178 Source/wtf/text/StringImpl.cpp if (a->totalCharacters() != b->totalCharacters()) totalCharacters 179 Source/wtf/text/StringImpl.cpp return a->totalCharacters() < b->totalCharacters();