OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextCodecRegistrar
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecLatin1.h
36
static void registerCodecs(
TextCodecRegistrar
);
TextCodecUTF16.h
36
static void registerCodecs(
TextCodecRegistrar
);
TextCodecUserDefined.h
36
static void registerCodecs(
TextCodecRegistrar
);
TextCodec.h
84
typedef void (*
TextCodecRegistrar
)(const char* name, NewTextCodecFunction, const void* additionalData);
TextCodecUTF8.h
36
static void registerCodecs(
TextCodecRegistrar
);
TextCodecICU.h
43
static void registerCodecs(
TextCodecRegistrar
);
TextCodecUTF16.cpp
63
void TextCodecUTF16::registerCodecs(
TextCodecRegistrar
registrar)
TextCodecUserDefined.cpp
47
void TextCodecUserDefined::registerCodecs(
TextCodecRegistrar
registrar)
TextCodecLatin1.cpp
112
void TextCodecLatin1::registerCodecs(
TextCodecRegistrar
registrar)
TextCodecUTF8.cpp
65
void TextCodecUTF8::registerCodecs(
TextCodecRegistrar
registrar)
TextCodecICU.cpp
223
void TextCodecICU::registerCodecs(
TextCodecRegistrar
registrar)
Completed in 175 milliseconds