Lines Matching refs:TextCodecUTF8
1276 TextCodecUTF8 and TextCodecLatin1.
1290 * platform/text/TextCodecUTF8.cpp:
1291 (WebCore::TextCodecUTF8::decode):
1543 * platform/text/TextCodecUTF8.cpp:
1544 (WebCore::TextCodecUTF8::decode):
1777 base codecs. Removed aliases for UTF-8; now handled by TextCodecUTF8.
1785 * platform/text/TextCodecUTF8.cpp:
1786 (WebCore::TextCodecUTF8::registerEncodingNames): Added the UTF-8 aliases
1793 (WebCore::TextCodecUTF8::decode): Fixed buffer size computation for case
1803 * platform/text/TextCodecUTF8.h: Made virtual function overrides private.
1806 (WebCore::buildBaseTextCodecMaps): Added calls to TextCodecUTF8. Removed
2253 * platform/text/TextCodecUTF8.cpp:
2254 (WebCore::TextCodecUTF8::registerEncodingNames):
2257 (WebCore::TextCodecUTF8::decode):
2258 * platform/text/TextCodecUTF8.h:
2301 base codecs. Removed aliases for UTF-8; now handled by TextCodecUTF8.
2309 * platform/text/TextCodecUTF8.cpp:
2310 (WebCore::TextCodecUTF8::registerEncodingNames): Added the UTF-8 aliases
2317 (WebCore::TextCodecUTF8::decode): Fixed buffer size computation for case
2327 * platform/text/TextCodecUTF8.h: Made virtual function overrides private.
2330 (WebCore::buildBaseTextCodecMaps): Added calls to TextCodecUTF8. Removed
6995 * Android.mk: Added TextCodecUTF8.
7014 * platform/text/TextCodecUTF8.cpp: Added.
7015 * platform/text/TextCodecUTF8.h: Added.
7018 (WebCore::buildBaseTextCodecMaps): Added TextCodecUTF8, and