HomeSort by relevance Sort by last modified time
    Searched defs:isCharacterSmartReplaceExempt (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/editing/
SmartReplace.cpp 36 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter)
SmartReplaceCF.cpp 68 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter)
SmartReplaceICU.cpp 93 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter)
  /external/webkit/Source/WebCore/editing/qt/
SmartReplaceQt.cpp 35 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter)
  /external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp 371 // isCharacterSmartReplaceExempt is defined in SmartReplaceICU.cpp; in theory, we could use that one
373 bool isCharacterSmartReplaceExempt(UChar32, bool)

Completed in 175 milliseconds