Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextCodecICU.h38 class TextCodecInput; variable
57 CString encodeInternal(const TextCodecInput&, UnencodableHandling);
DTextCodecICU.cpp455 class TextCodecInput { class
457 TextCodecInput(const TextEncoding& encoding, const UChar* characters, size_t length) in TextCodecInput() function in WTF::TextCodecInput
462 TextCodecInput(const TextEncoding& encoding, const LChar* characters, size_t length) in TextCodecInput() function in WTF::TextCodecInput
480 CString TextCodecICU::encodeInternal(const TextCodecInput& input, UnencodableHandling handling) in encodeInternal()
532 TextCodecInput input(m_encoding, characters, length); in encodeCommon()