isHyphenated      894 Source/core/rendering/RenderBlockLineLayout.cpp         for (RootInlineBox* line = startLine->prevRootBox(); line && line->isHyphenated(); line = line->prevRootBox())
isHyphenated      111 Source/core/rendering/RootInlineBox.h     bool isHyphenated() const;