OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newTextCodec
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/text/
TextEncodingRegistry.h
40
PassOwnPtr<TextCodec>
newTextCodec
(const TextEncoding&);
TextEncoding.cpp
71
return
newTextCodec
(*this)->decode(data, length, true, stopOnError, sawError);
107
return
newTextCodec
(*this)->encode(source, sourceLength, handling);
111
return
newTextCodec
(*this)->encode(reinterpret_cast<const UChar *>(str.utf16()), str.length(), handling);
117
return
newTextCodec
(*this)->encode(characters, length, handling);
127
return
newTextCodec
(*this)->encode(UTF16Normalized.get(), UTF16Length, handling);
130
OwnPtr<TextCodec> textCodec =
newTextCodec
(*this);
134
OwnPtr<TextCodec> textCodec =
newTextCodec
(*this);
TextEncodingRegistry.cpp
326
PassOwnPtr<TextCodec>
newTextCodec
(const TextEncoding& encoding)
/external/webkit/Source/WebCore/html/parser/
HTMLMetaCharsetParser.cpp
44
, m_assumedCodec(
newTextCodec
(Latin1Encoding()))
Completed in 139 milliseconds