Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/unicode/
DCharacterNames.h58 const UChar leftDoubleQuotationMark = 0x201C; variable
112 using WTF::Unicode::leftDoubleQuotationMark;
/external/webkit/Source/WebCore/editing/
DTextIterator.cpp1612 case leftDoubleQuotationMark: in foldQuoteMarkOrSoftHyphen()
1632 s.replace(leftDoubleQuotationMark, '"'); in foldQuoteMarksAndSoftHyphens()