Searched refs:appendCharacter (Results 1 – 4 of 4) sorted by relevance
38 static void appendCharacter(UChar32 c, Vector<UChar>& appendTo) in appendCharacter() function51 appendCharacter(c, appendTo); in serializeCharacter()83 appendCharacter(c, appendTo); in serializeIdentifier()117 appendCharacter(c, appendTo); in serializeString()
140 static inline UChar* appendCharacter(UChar* destination, int character) in appendCharacter() function212 destination = appendCharacter(destination, character); in handlePartialSequence()287 destination = appendCharacter(destination, character); in decode()
1791 (WebCore::appendCharacter): Added. Makes it easier to share code between2315 (WebCore::appendCharacter): Added. Makes it easier to share code between
125887 (WebCore::appendCharacter):