Home
last modified time | relevance | path

Searched refs:isCombiningVoicedSoundMark (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTextIterator.cpp1848 static inline bool isCombiningVoicedSoundMark(UChar character) in isCombiningVoicedSoundMark() function
2093 if (!(a != aEnd && isCombiningVoicedSoundMark(*a))) { in isBadMatch()
2094 if (b != bEnd && isCombiningVoicedSoundMark(*b)) in isBadMatch()
2098 if (!(b != bEnd && isCombiningVoicedSoundMark(*b))) in isBadMatch()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2912727 (WebCore::isCombiningVoicedSoundMark): Added.