Home
last modified time | relevance | path

Searched refs:newTextCodecICU (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebCore/platform/text/
DTextCodecICU.cpp58 static auto_ptr<TextCodec> newTextCodecICU(const TextEncoding& encoding, const void*) in newTextCodecICU() function
70 registrar("UTF-8", newTextCodecICU, 0); in registerBaseCodecs()
183 registrar("ISO-8859-8-I", newTextCodecICU, 0); in registerExtendedCodecs()
196 registrar(standardName, newTextCodecICU, 0); in registerExtendedCodecs()
/external/webkit/WebCore/
DChangeLog-2006-12-3132541 (WebCore::newTextCodecICU): Added. Used by registerCodecs.
DChangeLog-2007-10-1440678 (WebCore::newTextCodecICU): Moved up to the top of the file.