HomeSort by relevance Sort by last modified time
    Searched refs:TextCodecInput (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecICU.h 38 class TextCodecInput;
57 CString encodeInternal(const TextCodecInput&, UnencodableHandling);
TextCodecICU.cpp 462 class TextCodecInput {
464 TextCodecInput(const TextEncoding& encoding, const UChar* characters, size_t length)
469 TextCodecInput(const TextEncoding& encoding, const LChar* characters, size_t length)
487 CString TextCodecICU::encodeInternal(const TextCodecInput& input, UnencodableHandling handling)
539 TextCodecInput input(m_encoding, characters, length);

Completed in 108 milliseconds