Searched refs:previousCharacter (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderTextFragment.cpp100 UChar RenderTextFragment::previousCharacter() const function in class:WebCore::RenderTextFragment
108 return RenderText::previousCharacter();
H A DRenderTextFragment.h65 virtual UChar previousCharacter() const override;
H A DRenderText.h164 virtual UChar previousCharacter() const;
H A DRenderText.cpp976 UChar RenderText::previousCharacter() const function in class:WebCore::RenderText
990 void applyTextTransform(const RenderStyle& style, String& text, UChar previousCharacter) argument
996 makeCapitalized(&text, previousCharacter);
1020 applyTextTransform(style(), m_text, previousCharacter());
1116 applyTextTransform(style(), text, previousCharacter());
/macosx-10.10/WebCore-7600.1.25/editing/
H A DTextIterator.cpp2146 UChar32 previousCharacter; local
2147 U16_PREV(m_buffer.data(), 0, offset, previousCharacter);
2151 if (!isSeparator(previousCharacter))
2155 if (!isASCIIUpper(previousCharacter))
2168 if (!isASCIIDigit(previousCharacter))
2170 } else if (isSeparator(previousCharacter) || isASCIIDigit(previousCharacter)) {
H A DReplaceSelectionCommand.cpp1277 static bool isCharacterSmartReplaceExemptConsideringNonBreakingSpace(UChar32 character, bool previousCharacter) argument
1279 return isCharacterSmartReplaceExempt(character == noBreakSpace ? ' ' : character, previousCharacter);

Completed in 214 milliseconds