Searched refs:aLastCode (Results 1 – 1 of 1) sorted by relevance
769 sal_Unicode aLastCode = pCur->Text.charAt( pCur->Text.getLength()-1 ); in optimizeTextElements() local770 if( aLastCode == '-' in optimizeTextElements()771 || aLastCode == 0x2010 in optimizeTextElements()772 || (aLastCode >= 0x2012 && aLastCode <= 0x2015) in optimizeTextElements()773 || aLastCode == 0xff0d in optimizeTextElements()780 else if( aLastCode != 0x2011 ) in optimizeTextElements()
Completed in 15 milliseconds