HomeSort by relevance Sort by last modified time
    Searched refs:softHyphen (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/platform/text/
CharacterNames.h 63 const UChar softHyphen = 0x00AD;
  /external/webkit/WebCore/rendering/
break_lines.cpp 76 case softHyphen:
RenderBlockLineLayout.cpp 115 if (textObj->characters()[endpoint.pos+1] == softHyphen)
119 if (startText->textLength() && startText->characters()[0] == softHyphen)
515 if (character == ' ' || character == '\t' || character == softHyphen)
    [all...]
RenderText.cpp 654 } else if (c == softHyphen) {
663 while (c != '\n' && !isSpaceAccordingToStyle(c, style()) && c != '\t' && c != softHyphen) {
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
ComplexTextController.cpp 181 bool hasTrailingSoftHyphen = m_run[m_end - 1] == softHyphen;

Completed in 137 milliseconds