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

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

Completed in 564 milliseconds