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

/external/webkit/Source/JavaScriptCore/wtf/unicode/
H A DCharacterNames.h69 const UChar rightDoubleQuotationMark = 0x201D; member in namespace:WTF::Unicode
123 using WTF::Unicode::rightDoubleQuotationMark;
/external/webkit/Source/WebCore/editing/
H A DTextIterator.cpp1612 case rightDoubleQuotationMark:
1633 s.replace(rightDoubleQuotationMark, '"');

Completed in 69 milliseconds