Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/text/
DTextEncodingRegistry.cpp115 typedef HashMap<const char*, TextCodecFactory> TextCodecMap; typedef
127 static TextCodecMap* textCodecMap;
220 textCodecMap = new TextCodecMap; in buildBaseTextCodecMaps()