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()
77 const UChar softHyphen = 0x00AD; variable132 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()
195 …bool notJustWhitespace = current != ' ' && current != '\t' && current != softHyphen && (current !=…605 if (c == softHyphen && m_autoWrap && !hyphenWidth) { in handleText()697 …ength() && toRenderText(m_lineBreak.object())->characterAt(m_lineBreak.offset() - 1) == softHyphen) in handleText()823 if (!hyphenated && m_lineBreak.previousInSameNode() == softHyphen) { in handleText()
992 } else if (c == softHyphen) { in computePreferredLogicalWidths()1003 while (c != '\n' && c != ' ' && c != '\t' && (c != softHyphen)) { in computePreferredLogicalWidths()1008 if (isBreakable(breakIterator, j, nextBreakable) && characterAt(j - 1) != softHyphen) in computePreferredLogicalWidths()1038 if (c == softHyphen) in computePreferredLogicalWidths()
457 if (character == ' ' || character == '\t' || character == softHyphen) in isCollapsibleSpace()