Searched defs:TextEncoding (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/text/mac/
H A DCharsetData.h27 typedef UInt32 TextEncoding; typedef
H A DTextCodecMac.cpp68 static PassOwnPtr<TextCodec> newTextCodecMac(const TextEncoding&, const void* additionalData) argument
/macosx-10.10/WebCore-7600.1.25/platform/text/
H A DTextCodecUTF16.cpp51 static PassOwnPtr<TextCodec> newStreamingTextDecoderUTF16LE(const TextEncoding&, const void*) argument
56 static PassOwnPtr<TextCodec> newStreamingTextDecoderUTF16BE(const TextEncoding&, const void*) argument
H A DTextEncoding.h34 class TextEncoding { class in namespace:WebCore
36 TextEncoding() : m_name(0) { } function in class:WebCore::TextEncoding
[all...]
H A DTextCodecUserDefined.cpp43 static PassOwnPtr<TextCodec> newStreamingTextDecoderUserDefined(const TextEncoding&, const void*) argument
H A DDecodeEscapeSequences.h54 static String decodeRun(StringView run, const TextEncoding&) argument
H A DTextCodecLatin1.cpp107 static PassOwnPtr<TextCodec> newStreamingTextDecoderWindowsLatin1(const TextEncoding&, const void*) argument
H A DTextCodecUTF8.cpp41 PassOwnPtr<TextCodec> TextCodecUTF8::create(const TextEncoding&, const void*) argument
H A DTextEncoding.cpp47 TextEncoding::TextEncoding(const char* name) function in class:WebCore::TextEncoding
53 TextEncoding::TextEncoding(const String& name) function in class:WebCore::TextEncoding
[all...]
/macosx-10.10/WebCore-7600.1.25/loader/
H A DTextResourceDecoder.h46 static PassRefPtr<TextResourceDecoder> create(const String& mimeType, const TextEncoding& defaultEncoding = TextEncoding(), bool usesEncodingDetector = false) argument
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_macos_defs.h132 typedef u_int32_t TextEncoding; typedef
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSRuntime.h78 typedef u_int32_t TextEncoding; typedef

Completed in 301 milliseconds