Home
last modified time | relevance | path

Searched refs:rightSingleQuotationMark (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/unicode/
DCharacterNames.h70 const UChar rightSingleQuotationMark = 0x2019; variable
124 using WTF::Unicode::rightSingleQuotationMark;
/external/webkit/Source/WebCore/editing/
Dhtmlediting.h233 …return character == '\'' || character == rightSingleQuotationMark || character == hebrewPunctuatio… in isAmbiguousBoundaryCharacter()
DTextIterator.cpp1616 case rightSingleQuotationMark: in foldQuoteMarkOrSoftHyphen()
1634 s.replace(rightSingleQuotationMark, '\''); in foldQuoteMarksAndSoftHyphens()