Searched refs:rightDoubleQuotationMark (Results 1 – 2 of 2) sorted by relevance
69 const UChar rightDoubleQuotationMark = 0x201D; variable123 using WTF::Unicode::rightDoubleQuotationMark;
1613 case rightDoubleQuotationMark: in foldQuoteMarkOrSoftHyphen()1634 s.replace(rightDoubleQuotationMark, '"'); in foldQuoteMarksAndSoftHyphens()