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

  /external/webkit/Source/JavaScriptCore/wtf/unicode/
CharacterNames.h 75 const UChar softHyphen = 0x00AD;
129 using WTF::Unicode::softHyphen;
  /external/webkit/Source/WebCore/platform/graphics/
Font.h 207 static bool treatAsZeroWidthSpaceInComplexScript(UChar c) { return c < 0x20 || (c >= 0x7F && c < 0xA0) || c == softHyphen || (c >= 0x200e && c <= 0x200f) || (c >= 0x202a && c <= 0x202e) || c == zeroWidthNoBreakSpace || c == objectReplacementCharacter; }
GlyphPageTreeNode.cpp 174 buffer[softHyphen] = zeroWidthSpace;
  /external/webkit/Source/WebCore/rendering/
RenderBlockLineLayout.cpp 641 if (character == ' ' || character == '\t' || character == softHyphen)
    [all...]
RenderText.cpp 814 } else if (c == softHyphen) {
825 while (c != '\n' && !isSpaceAccordingToStyle(c, style()) && c != '\t' && c != softHyphen) {
    [all...]

Completed in 112 milliseconds