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

  /external/webkit/Source/WebCore/platform/text/brew/
TextCodecBrew.h 53 static const char* m_internalEncodingName;
TextCodecBrew.cpp 39 const char* WebCore::TextCodecBrew::m_internalEncodingName = "UTF-16LE";
62 String format = String::format("%s>%s", encoding.name(), m_internalEncodingName);
79 int code = ICharsetConv_Initialize(m_charsetConverter, m_encoding.name(), m_internalEncodingName, 0);
161 int code = ICharsetConv_Initialize(m_charsetConverter, m_internalEncodingName, m_encoding.name(), replacementCharacter);

Completed in 29 milliseconds