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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Character.h 56 static bool treatAsZeroWidthSpaceInComplexScript(UChar c) { return c < 0x20 || (c >= 0x7F && c < 0xA0) || c == softHyphen || c == zeroWidthSpace || (c >= 0x200e && c <= 0x200f) || (c >= 0x202a && c <= 0x202e) || c == zeroWidthNoBreakSpace || c == objectReplacementCharacter; }
GlyphPageTreeNode.cpp 170 buffer[softHyphen] = zeroWidthSpace;
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
CharacterNames.h 77 const UChar softHyphen = 0x00AD;
132 using WTF::Unicode::softHyphen;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 195 bool notJustWhitespace = current != ' ' && current != '\t' && current != softHyphen && (current != '\n' || it.object()->preservesNewline());
605 if (c == softHyphen && m_autoWrap && !hyphenWidth) {
697 if (m_lineBreak.object() && m_lineBreak.offset() && m_lineBreak.object()->isText() && toRenderText(m_lineBreak.object())->textLength() && toRenderText(m_lineBreak.object())->characterAt(m_lineBreak.offset() - 1) == softHyphen)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/text/
UnicodeUtilitiesTest.cpp 134 softHyphen
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp     [all...]
InlineIterator.h 457 if (character == ' ' || character == '\t' || character == softHyphen)

Completed in 541 milliseconds