Searched refs:softHyphen (Results 1 – 8 of 8) sorted by relevance
77 const UChar softHyphen = 0x00AD; variable132 using WTF::Unicode::softHyphen;
56 case softHyphen: in foldQuoteMarkOrSoftHyphen()81 s.replace(softHyphen, 0); in foldQuoteMarksAndSoftHyphens()
134 softHyphen in TEST()
355 …bool notJustWhitespace = current != ' ' && current != '\t' && current != softHyphen && (current !=…796 if (c == softHyphen && m_autoWrap && !hyphenWidth) { in handleText()885 …xtLength() && toRenderText(m_lineBreak.object())->characterAt(m_lineBreak.m_pos - 1) == softHyphen) in handleText()1005 if (!hyphenated && m_lineBreak.previousInSameNode() == softHyphen) { in handleText()
218 …exScript(UChar c) { return c < 0x20 || (c >= 0x7F && c < 0xA0) || c == softHyphen || c == zeroWidt… in treatAsZeroWidthSpaceInComplexScript()
170 buffer[softHyphen] = zeroWidthSpace; in initializePage()
981 } else if (c == softHyphen) { in computePreferredLogicalWidths()992 while (c != '\n' && c != ' ' && c != '\t' && (c != softHyphen)) { in computePreferredLogicalWidths()997 if (isBreakable(breakIterator, j, nextBreakable) && characterAt(j - 1) != softHyphen) in computePreferredLogicalWidths()1013 if (c == softHyphen) in computePreferredLogicalWidths()
786 if (character == ' ' || character == '\t' || character == softHyphen) in isCollapsibleSpace()