Searched refs:aSingleQuote (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/linguistic/source/ |
H A D | hyphdsp.cxx | 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() 567 DBG_ASSERT( 1 == aSingleQuote.Len(), "unexpectend length of quotation mark" ); in createPossibleHyphens() 568 if (aSingleQuote.Len()) in createPossibleHyphens() [all …]
|
H A D | hyphdta.cxx | 60 String aSingleQuote( GetLocaleDataWrapper( nLanguage ).getQuotationMarkEnd() ); in HyphenatedWord() local 61 DBG_ASSERT( 1 == aSingleQuote.Len(), "unexpectend length of quotation mark" ); in HyphenatedWord() 62 if (aSingleQuote.Len()) in HyphenatedWord() 68 aTmpWord = aTmpWord .replace( aSingleQuote.GetChar(0), '\'' ); in HyphenatedWord() 69 aTmpHyphWord = aTmpHyphWord.replace( aSingleQuote.GetChar(0), '\'' ); in HyphenatedWord()
|
H A D | spelldsp.cxx | 341 String aSingleQuote( GetLocaleDataWrapper( nLanguage ).getQuotationMarkEnd() ); in isValid_Impl() local 342 DBG_ASSERT( 1 == aSingleQuote.Len(), "unexpectend length of quotation mark" ); in isValid_Impl() 343 if (aSingleQuote.Len()) in isValid_Impl() 344 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in isValid_Impl() 509 String aSingleQuote( GetLocaleDataWrapper( nLanguage ).getQuotationMarkEnd() ); in spell_Impl() local 510 DBG_ASSERT( 1 == aSingleQuote.Len(), "unexpectend length of quotation mark" ); in spell_Impl() 511 if (aSingleQuote.Len()) in spell_Impl() 512 aChkWord = aChkWord.replace( aSingleQuote.GetChar(0), '\'' ); in spell_Impl()
|
Completed in 31 milliseconds