Searched refs:isCharacterSmartReplaceExempt (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DSmartReplace.cpp36 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter) function in namespace:WebCore
H A DSmartReplace.h36 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter);
H A DSmartReplaceCF.cpp68 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter) function in namespace:WebCore
H A DSmartReplaceICU.cpp93 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter) function in namespace:WebCore
H A DReplaceSelectionCommand.cpp1129 !isCharacterSmartReplaceExempt(endOfInsertedContent.characterAfter(), false);
1144 !isCharacterSmartReplaceExempt(startOfInsertedContent.previous().characterAfter(), true);
/external/webkit/Source/WebCore/editing/qt/
H A DSmartReplaceQt.cpp35 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/android/
H A DTemporaryLinkStubs.cpp364 // isCharacterSmartReplaceExempt is defined in SmartReplaceICU.cpp; in theory, we could use that one
366 bool isCharacterSmartReplaceExempt(UChar32, bool) function in namespace:WebCore
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrame.mm1120 addLeadingSpace = !isCharacterSmartReplaceExempt(previousChar, true);
1125 addTrailingSpace = !isCharacterSmartReplaceExempt(thisChar, false);

Completed in 152 milliseconds