Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
DCharacterNames.h59 const UChar leftDoubleQuotationMark = 0x201C; variable
115 using WTF::Unicode::leftDoubleQuotationMark;
/external/chromium_org/third_party/WebKit/Source/platform/text/
DUnicodeUtilities.cpp49 case leftDoubleQuotationMark: in foldQuoteMarkOrSoftHyphen()
75 s.replace(leftDoubleQuotationMark, '"'); in foldQuoteMarksAndSoftHyphens()
DUnicodeUtilitiesTest.cpp132 hebrewPunctuationGershayim, leftDoubleQuotationMark, rightDoubleQuotationMark, in TEST()