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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
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 111 milliseconds