Searched refs:isPreviousCharacter (Results 1 – 7 of 7) sorted by relevance
37 static CFMutableCharacterSetRef getSmartSet(bool isPreviousCharacter) in getSmartSet() argument41 CFMutableCharacterSetRef smartSet = isPreviousCharacter ? preSmartSet : postSmartSet; in getSmartSet()44 …CFCharacterSetAddCharactersInString(smartSet, isPreviousCharacter ? CFSTR("([\"\'#$/-`{") : CFSTR(… in getSmartSet()58 if (isPreviousCharacter) in getSmartSet()68 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter) in isCharacterSmartReplaceExempt() argument70 return CFCharacterSetIsLongCharacterMember(getSmartSet(isPreviousCharacter), c); in isCharacterSmartReplaceExempt()
49 static USet* getSmartSet(bool isPreviousCharacter) in getSmartSet() argument53 USet* smartSet = isPreviousCharacter ? preSmartSet : postSmartSet; in getSmartSet()73 if (isPreviousCharacter) { in getSmartSet()93 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter) in isCharacterSmartReplaceExempt() argument95 return uset_contains(getSmartSet(isPreviousCharacter), c); in isCharacterSmartReplaceExempt()
36 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter);
36 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter) in isCharacterSmartReplaceExempt() argument
35 bool isCharacterSmartReplaceExempt(UChar32 c, bool isPreviousCharacter) in isCharacterSmartReplaceExempt() argument40 if (!isPreviousCharacter && d.isPunct()) in isCharacterSmartReplaceExempt()57 const char* str = (isPreviousCharacter) ? prev : next; in isCharacterSmartReplaceExempt()
3309 (-[WebCoreFrameBridge isCharacterSmartReplaceExempt:isPreviousCharacter:]):
9829 (-[WebBridge isCharacterSmartReplaceExempt:isPreviousCharacter:]): new