OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextCodecUTF16
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/text/
TextCodecUTF16.h
33
class
TextCodecUTF16
: public TextCodec {
38
TextCodecUTF16
(bool littleEndian) : m_littleEndian(littleEndian), m_haveBufferedByte(false) { }
TextCodecUTF16.cpp
27
#include "
TextCodecUTF16
.h"
38
void
TextCodecUTF16
::registerEncodingNames(EncodingNameRegistrar registrar)
55
return new
TextCodecUTF16
(true);
60
return new
TextCodecUTF16
(false);
63
void
TextCodecUTF16
::registerCodecs(TextCodecRegistrar registrar)
69
String
TextCodecUTF16
::decode(const char* bytes, size_t length, bool, bool, bool&)
120
CString
TextCodecUTF16
::encode(const UChar* characters, size_t length, UnencodableHandling)
TextEncodingRegistry.cpp
32
#include "
TextCodecUTF16
.h"
229
TextCodecUTF16
::registerEncodingNames(addToTextEncodingNameMap);
230
TextCodecUTF16
::registerCodecs(addToTextCodecMap);
/external/webkit/Source/WebCore/
Android.mk
808
platform/text/
TextCodecUTF16
.cpp \
[
all
...]
Completed in 66 milliseconds