Home | History | Annotate | Download | only in editing

Lines Matching refs:previousCharacter

1299 static bool isCharacterSmartReplaceExemptConsideringNonBreakingSpace(UChar32 character, bool previousCharacter)
1301 return isCharacterSmartReplaceExempt(character == noBreakSpace ? ' ' : character, previousCharacter);