Lines Matching full:textencoding
6102 * platform/TextEncoding.cpp:
6103 (WebCore::TextEncoding::encode):
6104 * platform/TextEncoding.h:
17171 * platform/TextEncoding.cpp:
28360 * platform/TextEncoding.cpp:
28361 (WebCore::TextEncoding::backslashAsCurrencySymbol):
32478 * platform/TextEncoding.h:
32479 * platform/TextEncoding.cpp:
32481 (WebCore::TextEncoding::TextEncoding): Removed boolean "eight bit only" parameter and
32486 (WebCore::TextEncoding::decode): Renamed from toUnicode. Just a simple wrapper on top
32488 (WebCore::TextEncoding::encode): Renamed from fromUnicode. Handles the normalization and
32490 (WebCore::TextEncoding::usesVisualOrdering): New implementation that compares with the
32493 (WebCore::TextEncoding::isJapanese): New implementation that uses a set to efficiently
32495 (WebCore::TextEncoding::backslashAsCurrencySymbol): New implementation that compares
32497 (WebCore::TextEncoding::closest8BitEquivalent): Added. Replaces the old "eight bit only"
32585 a TextEncoding object. Renamed setEncodingName to setEncoding, and made it take a
32586 TextEncoding for the encoding. Removed the encodingName and visuallyOrdered functions,
32587 since TextEncoding supports both directly in a straightforward way. Changed both
32615 (WebCore::String::latin1): Updated for changes to TextEncoding.
32632 * bridge/mac/WebCoreFrameBridge.h: Removed textEncoding method, and replaced
32633 +[WebCoreFrameBridge stringWithData:textEncoding:] with
32655 (WebCore::HTMLFormElement::formData): Updated code for improvements to TextEncoding.
32797 (WebCore::DeprecatedString::fromUtf8): Updated for changes to TextEncoding.
32803 TextEncoding rather than having a default.
32805 the new TextEncoding interface.
32807 absence of TextEncoding rather than having a default. Updated to use
32808 the new TextEncoding interface.
32809 (WebCore::encodeRelativeString): Updated to use the new TextEncoding interface.
33921 (Decoder::Decoder): Ensure that we have a valid encoding. Get its name via TextEncoding, to match
33923 (Decoder::setEncodingName): Only set m_encodingName if the encoding is valid. Rely on TextEncoding
34265 Use Decoder instead of TextEncoding::toUnicode() to enable @charset support.
42725 * platform/TextEncoding.cpp:
42726 (WebCore::TextEncoding::effectiveEncoding): Moved from StreamingTextDecoder.
42727 (WebCore::TextEncoding::toUnicode): Use StreamingTextDecoder::create().
42728 (WebCore::TextEncoding::fromUnicode): Moved to StreamingTextDecoderICU.
42730 * platform/TextEncoding.h: Changed __APPLE__ to PLATFORM(MAC); added effectiveEncoding().
44749 * platform/TextEncoding.cpp:
49239 * platform/TextEncoding.cpp:
49240 (WebCore::TextEncoding::toUnicode):
49241 * platform/TextEncoding.h:
52948 * platform/TextEncoding.h: Changed a ";" to a ",".
52984 * platform/TextEncoding.h: Defined InvalidEncoding2.