OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextCodecUTF8
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecUTF8.h
33
class
TextCodecUTF8
: public TextCodec {
40
TextCodecUTF8
() : m_partialSequenceSize(0) { }
TextCodecUTF8Test.cpp
33
#include "wtf/text/
TextCodecUTF8
.h"
46
TEST(
TextCodecUTF8
, DecodeAscii)
63
TEST(
TextCodecUTF8
, DecodeChineseCharacters)
80
TEST(
TextCodecUTF8
, Decode0xFF)
TextCodecUTF8.cpp
27
#include "wtf/text/
TextCodecUTF8
.h"
42
PassOwnPtr<TextCodec>
TextCodecUTF8
::create(const TextEncoding&, const void*)
44
return adoptPtr(new
TextCodecUTF8
);
47
void
TextCodecUTF8
::registerEncodingNames(EncodingNameRegistrar registrar)
65
void
TextCodecUTF8
::registerCodecs(TextCodecRegistrar registrar)
158
void
TextCodecUTF8
::consumePartialSequenceByte()
164
void
TextCodecUTF8
::handleError(UChar*& destination, bool stopOnError, bool& sawError)
175
bool
TextCodecUTF8
::handlePartialSequence<LChar>(LChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool, bool&)
218
bool
TextCodecUTF8
::handlePartialSequence<UChar>(UChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError)
268
String
TextCodecUTF8
::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError
[
all
...]
TextEncodingRegistry.cpp
42
#include "wtf/text/
TextCodecUTF8
.h"
215
TextCodecUTF8
::registerEncodingNames(addToTextEncodingNameMap);
216
TextCodecUTF8
::registerCodecs(addToTextCodecMap);
/external/chromium_org/third_party/WebKit/Source/wtf/
wtf.target.darwin-arm.mk
98
third_party/WebKit/Source/wtf/text/
TextCodecUTF8
.cpp \
wtf.target.darwin-mips.mk
98
third_party/WebKit/Source/wtf/text/
TextCodecUTF8
.cpp \
wtf.target.darwin-x86.mk
98
third_party/WebKit/Source/wtf/text/
TextCodecUTF8
.cpp \
wtf.target.linux-arm.mk
98
third_party/WebKit/Source/wtf/text/
TextCodecUTF8
.cpp \
wtf.target.linux-mips.mk
98
third_party/WebKit/Source/wtf/text/
TextCodecUTF8
.cpp \
wtf.target.linux-x86.mk
98
third_party/WebKit/Source/wtf/text/
TextCodecUTF8
.cpp \
Completed in 995 milliseconds