Home
last modified time | relevance | path

Searched refs:getSmartSet (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSmartReplaceCF.cpp37 static CFMutableCharacterSetRef getSmartSet(bool isPreviousCharacter) in getSmartSet() function
70 return CFCharacterSetIsLongCharacterMember(getSmartSet(isPreviousCharacter), c); in isCharacterSmartReplaceExempt()
DSmartReplaceICU.cpp49 static USet* getSmartSet(bool isPreviousCharacter) in getSmartSet() function
95 return uset_contains(getSmartSet(isPreviousCharacter), c); in isCharacterSmartReplaceExempt()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1052900 (WebCore::getSmartSet): Use addAllCodePoints instead of uset_addAllCodePoints.
52918 (WebCore::getSmartSet):
52932 (getSmartSet):
DChangeLog-2007-10-1419206 (WebCore::getSmartSet):