Searched refs:rightSingleQuotationMark (Results 1 – 4 of 4) sorted by relevance
54 case rightSingleQuotationMark: in foldQuoteMarkOrSoftHyphen()78 s.replace(rightSingleQuotationMark, '\''); in foldQuoteMarksAndSoftHyphens()
133 hebrewPunctuationGeresh, leftSingleQuotationMark, rightSingleQuotationMark, in TEST()
71 const UChar rightSingleQuotationMark = 0x2019; variable127 using WTF::Unicode::rightSingleQuotationMark;
261 …return character == '\'' || character == rightSingleQuotationMark || character == hebrewPunctuatio… in isAmbiguousBoundaryCharacter()