Searched refs:softHyphen (Results 1 – 8 of 8) sorted by relevance
56 case softHyphen: in foldQuoteMarkOrSoftHyphen()81 s.replace(softHyphen, 0); in foldQuoteMarksAndSoftHyphens()
134 softHyphen in TEST()
89 const UChar softHyphen = 0x00AD; variable157 using WTF::Unicode::softHyphen;
56 …exScript(UChar c) { return c < 0x20 || (c >= 0x7F && c < 0xA0) || c == softHyphen || c == zeroWidt… in treatAsZeroWidthSpaceInComplexScript()
170 buffer[softHyphen] = zeroWidthSpace; in initializePage()
197 …bool notJustWhitespace = current != ' ' && current != '\t' && current != softHyphen && (current !=…611 if (c == softHyphen && m_autoWrap && !hyphenWidth) { in handleText()703 …ength() && toRenderText(m_lineBreak.object())->characterAt(m_lineBreak.offset() - 1) == softHyphen) in handleText()829 if (!hyphenated && m_lineBreak.previousInSameNode() == softHyphen) { in handleText()
999 } else if (c == softHyphen) { in computePreferredLogicalWidths()1010 … while (c != newlineCharacter && c != space && c != characterTabulation && (c != softHyphen)) { in computePreferredLogicalWidths()1015 if (isBreakable(breakIterator, j, nextBreakable) && characterAt(j - 1) != softHyphen) in computePreferredLogicalWidths()1045 if (c == softHyphen) in computePreferredLogicalWidths()
457 if (character == ' ' || character == '\t' || character == softHyphen) in isCollapsibleSpace()