|
MagickCore
6.9.12-10
Convert, Edit, Or Compose Bitmap Images
|
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 *magick_restrict content) |
| static int | GetNextUTFCode (const char *magick_restrict text, unsigned int *magick_restrict octets) |
| static int | GetUTFCode (const char *magick_restrict text) |
| static unsigned int | GetUTFOctets (const char *magick_restrict 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(), and magick_restrict.
Referenced by CanonicalXMLContent().
|
inlinestatic |
References UTFInfo::code_value, EILSEQ, MaxMultibyteCodes, utf_info, and UTFInfo::utf_mask.
Referenced by GetUTFCode(), and GetUTFOctets().
|
inlinestatic |
References GetNextUTFCode().
Referenced by FormatMagickCaption(), and GlobExpression().
|
inlinestatic |
References GetNextUTFCode().
Referenced by FormatMagickCaption(), and GlobExpression().
|
inlinestatic |
References MagickFalse, and MagickTrue.
|
inlinestatic |
References MagickFalse, and MagickTrue.
Referenced by FormatMagickCaption().
|
inlinestatic |
References MagickFalse, and MagickTrue.
|
static |
Referenced by GetNextUTFCode().