Home
last modified time | relevance | path

Searched refs:rightDoubleQuotationMark (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/unicode/
DCharacterNames.h69 const UChar rightDoubleQuotationMark = 0x201D; variable
123 using WTF::Unicode::rightDoubleQuotationMark;
/external/webkit/Source/WebCore/editing/
DTextIterator.cpp1613 case rightDoubleQuotationMark: in foldQuoteMarkOrSoftHyphen()
1634 s.replace(rightDoubleQuotationMark, '"'); in foldQuoteMarksAndSoftHyphens()