Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSOMUtils.cpp38 static void appendCharacter(UChar32 c, Vector<UChar>& appendTo) in appendCharacter() function
51 appendCharacter(c, appendTo); in serializeCharacter()
83 appendCharacter(c, appendTo); in serializeIdentifier()
117 appendCharacter(c, appendTo); in serializeString()
/external/webkit/Source/WebCore/platform/text/
DTextCodecUTF8.cpp140 static inline UChar* appendCharacter(UChar* destination, int character) in appendCharacter() function
212 destination = appendCharacter(destination, character); in handlePartialSequence()
287 destination = appendCharacter(destination, character); in decode()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-161791 (WebCore::appendCharacter): Added. Makes it easier to share code between
2315 (WebCore::appendCharacter): Added. Makes it easier to share code between
DChangeLog-2010-12-06125887 (WebCore::appendCharacter):