|
MagickCore
6.9.7
|
Go to the source code of this file.
Data Structures | |
| struct | UTFInfo |
Macros | |
| #define | EILSEQ ENOENT |
| #define | MaxMultibyteCodes 6 |
Functions | |
| static unsigned char * | ConvertLatin1ToUTF8 (const unsigned char *content) |
| static int | GetNextUTFCode (const char *text, unsigned int *octets) |
| static int | GetUTFCode (const char *text) |
| static unsigned int | GetUTFOctets (const char *text) |
| static MagickBooleanType | IsUTFSpace (int code) |
| static MagickBooleanType | IsUTFValid (int code) |
| static MagickBooleanType | IsUTFAscii (int code) |
Variables | |
| static UTFInfo | utf_info [MaxMultibyteCodes] |
| #define EILSEQ ENOENT |
Referenced by GetNextUTFCode().
| #define MaxMultibyteCodes 6 |
Referenced by GetNextUTFCode().
|
inlinestatic |
References AcquireQuantumMemory().
Referenced by CanonicalXMLContent(), and RenderType().
|
inlinestatic |
References UTFInfo::code_value, EILSEQ, MaxMultibyteCodes, utf_info, and UTFInfo::utf_mask.
Referenced by GetUTFCode(), and GetUTFOctets().
|
inlinestatic |
References GetNextUTFCode().
Referenced by FormatMagickCaption(), GlobExpression(), and RenderType().
|
inlinestatic |
References GetNextUTFCode().
Referenced by FormatMagickCaption(), GlobExpression(), and RenderType().
|
inlinestatic |
References MagickFalse, and MagickTrue.
|
inlinestatic |
References MagickFalse, and MagickTrue.
Referenced by FormatMagickCaption(), and RenderType().
|
inlinestatic |
References MagickFalse, and MagickTrue.
|
static |
Referenced by GetNextUTFCode().