Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringImpl.cpp947 bool changedToSpace = false; in simplifyMatchedCharactersToSpace() local
955 changedToSpace = true; in simplifyMatchedCharactersToSpace()
972 changedToSpace = true; in simplifyMatchedCharactersToSpace()
980 if (static_cast<unsigned>(outc) == m_length && !changedToSpace) in simplifyMatchedCharactersToSpace()