Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLSrcsetParser.cpp90 static void appendCharacter(const CharType* descriptorStart, const CharType* position) in appendCharacter() function
129 appendCharacter(currentDescriptorStart, position); in tokenizeDescriptors()
132 appendCharacter(currentDescriptorStart, position); in tokenizeDescriptors()
141 appendCharacter(currentDescriptorStart, position); in tokenizeDescriptors()
144 appendCharacter(currentDescriptorStart, position); in tokenizeDescriptors()
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextCodecUTF8.cpp145 static inline UChar* appendCharacter(UChar* destination, int character) in appendCharacter() function
262 destination = appendCharacter(destination, character); in handlePartialSequence()
419 destination16 = appendCharacter(destination16, character); in decode()