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.cpp462 class TextCodecInput { class
464 TextCodecInput(const TextEncoding& encoding, const UChar* characters, size_t length) in TextCodecInput() function in WTF::TextCodecInput
469 TextCodecInput(const TextEncoding& encoding, const LChar* characters, size_t length) in TextCodecInput() function in WTF::TextCodecInput
487 CString TextCodecICU::encodeInternal(const TextCodecInput& input, UnencodableHandling handling) in encodeInternal()
539 TextCodecInput input(m_encoding, characters, length); in encodeCommon()