Searched refs:detectTextEncoding (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextEncodingDetectorNone.cpp38 bool detectTextEncoding(const char*, size_t, const char*, TextEncoding* detectedEncoding) function in namespace:WebCore
H A DTextEncodingDetector.h42 bool detectTextEncoding(const char* data, size_t len,
H A DTextEncodingDetectorICU.cpp40 bool detectTextEncoding(const char* data, size_t len, function in namespace:WebCore
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DTextResourceDecoder.cpp631 detectJapaneseEncoding(data, len); // FIXME: We should use detectTextEncoding() for all languages.
634 if (detectTextEncoding(data, len, m_hintEncoding, &detectedEncoding))
666 if (detectTextEncoding(m_buffer.data(), m_buffer.size(),

Completed in 119 milliseconds