OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TextCodecWinCE
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/text/wince/
TextCodecWinCE.h
40
class
TextCodecWinCE
: public TextCodec {
45
TextCodecWinCE
(UINT codePage);
46
virtual ~
TextCodecWinCE
();
TextCodecWinCE.cpp
26
#include "
TextCodecWinCE
.h"
133
return new
TextCodecWinCE
(getCodePage(encoding.name()));
136
TextCodecWinCE
::
TextCodecWinCE
(UINT codePage)
141
TextCodecWinCE
::~
TextCodecWinCE
()
145
void
TextCodecWinCE
::registerExtendedEncodingNames(EncodingNameRegistrar registrar)
158
void
TextCodecWinCE
::registerExtendedCodecs(TextCodecRegistrar registrar)
236
String
TextCodecWinCE
::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError)
278
CString
TextCodecWinCE
::encode(const UChar* characters, size_t length, UnencodableHandling
[
all
...]
Completed in 131 milliseconds