Lines Matching refs:aSingleQuote
287 String aSingleQuote( GetLocaleDataWrapper( nLanguage ).getQuotationMarkEnd() ); in hyphenate() local
288 DBG_ASSERT( 1 == aSingleQuote.Len(), "unexpectend length of quotation mark" ); in hyphenate()
289 if (aSingleQuote.Len()) in hyphenate()
290 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in hyphenate()
431 String aSingleQuote( GetLocaleDataWrapper( nLanguage ).getQuotationMarkEnd() ); in queryAlternativeSpelling() local
432 DBG_ASSERT( 1 == aSingleQuote.Len(), "unexpectend length of quotation mark" ); in queryAlternativeSpelling()
433 if (aSingleQuote.Len()) in queryAlternativeSpelling()
434 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in queryAlternativeSpelling()
566 String aSingleQuote( GetLocaleDataWrapper( nLanguage ).getQuotationMarkEnd() ); in createPossibleHyphens() local
567 DBG_ASSERT( 1 == aSingleQuote.Len(), "unexpectend length of quotation mark" ); in createPossibleHyphens()
568 if (aSingleQuote.Len()) in createPossibleHyphens()
569 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in createPossibleHyphens()