Home
last modified time | relevance | path

Searched refs:hebrewPunctuationGershayim (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DUnicodeUtilities.cpp48 case hebrewPunctuationGershayim: in foldQuoteMarkOrSoftHyphen()
74 s.replace(hebrewPunctuationGershayim, '"'); in foldQuoteMarksAndSoftHyphens()
DUnicodeUtilitiesTest.cpp132 hebrewPunctuationGershayim, leftDoubleQuotationMark, rightDoubleQuotationMark, in TEST()
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/
DCharacterNames.h51 const UChar hebrewPunctuationGershayim = 0x05F4; variable
107 using WTF::Unicode::hebrewPunctuationGershayim;
/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.h261 …racter == '\'' || character == rightSingleQuotationMark || character == hebrewPunctuationGershayim; in isAmbiguousBoundaryCharacter()