OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextCodecLatin1
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/text/
TextCodecLatin1.h
33
class
TextCodecLatin1
: public TextCodec {
TextCodecLatin1.cpp
27
#include "
TextCodecLatin1
.h"
72
void
TextCodecLatin1
::registerEncodingNames(EncodingNameRegistrar registrar)
107
return new
TextCodecLatin1
;
110
void
TextCodecLatin1
::registerCodecs(TextCodecRegistrar registrar)
119
String
TextCodecLatin1
::decode(const char* bytes, size_t length, bool, bool, bool&)
192
CString
TextCodecLatin1
::encode(const UChar* characters, size_t length, UnencodableHandling handling)
TextEncodingRegistry.cpp
30
#include "
TextCodecLatin1
.h"
223
TextCodecLatin1
::registerEncodingNames(addToTextEncodingNameMap);
224
TextCodecLatin1
::registerCodecs(addToTextCodecMap);
/external/webkit/Source/WebCore/
Android.mk
807
platform/text/
TextCodecLatin1
.cpp \
[
all
...]
Completed in 47 milliseconds