Searched refs:newTextCodecICU (Results 1 – 3 of 3) sorted by relevance
58 static auto_ptr<TextCodec> newTextCodecICU(const TextEncoding& encoding, const void*) in newTextCodecICU() function70 registrar("UTF-8", newTextCodecICU, 0); in registerBaseCodecs()183 registrar("ISO-8859-8-I", newTextCodecICU, 0); in registerExtendedCodecs()196 registrar(standardName, newTextCodecICU, 0); in registerExtendedCodecs()
32541 (WebCore::newTextCodecICU): Added. Used by registerCodecs.
40678 (WebCore::newTextCodecICU): Moved up to the top of the file.