Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/unicode/
DCharacterNames.h51 const UChar hebrewPunctuationGershayim = 0x05F4; variable
105 using WTF::Unicode::hebrewPunctuationGershayim;
/external/webkit/Source/WebCore/editing/
Dhtmlediting.h233 …racter == '\'' || character == rightSingleQuotationMark || character == hebrewPunctuationGershayim; in isAmbiguousBoundaryCharacter()
DTextIterator.cpp1610 case hebrewPunctuationGershayim: in foldQuoteMarkOrSoftHyphen()
1630 s.replace(hebrewPunctuationGershayim, '"'); in foldQuoteMarksAndSoftHyphens()