token-private.h File Reference

Go to the source code of this file.

Data Structures

struct  UTFInfo

Defines

#define EILSEQ   ENOENT
#define MaxMultibyteCodes   6

Functions

MagickPrivate MagickBooleanType IsGlob (const char *) magick_attribute((__pure__))
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 Documentation

#define EILSEQ   ENOENT

Referenced by GetNextUTFCode().

#define MaxMultibyteCodes   6

Referenced by GetNextUTFCode().


Function Documentation

static unsigned char* ConvertLatin1ToUTF8 ( const unsigned char *magick_restrict  content  )  [inline, static]
static int GetNextUTFCode ( const char *magick_restrict  text,
unsigned int *magick_restrict  octets 
) [inline, static]
static int GetUTFCode ( const char *magick_restrict  text  )  [inline, static]

References GetNextUTFCode().

Referenced by FormatMagickCaption(), and GlobExpression().

static unsigned int GetUTFOctets ( const char *magick_restrict  text  )  [inline, static]

References GetNextUTFCode().

Referenced by FormatMagickCaption(), and GlobExpression().

MagickPrivate MagickBooleanType IsGlob ( const char *   ) 
static MagickBooleanType IsUTFAscii ( int  code  )  [inline, static]

References MagickFalse, and MagickTrue.

static MagickBooleanType IsUTFSpace ( int  code  )  [inline, static]

References MagickFalse, and MagickTrue.

Referenced by FormatMagickCaption().

static MagickBooleanType IsUTFValid ( int  code  )  [inline, static]

References MagickFalse, and MagickTrue.


Variable Documentation

UTFInfo utf_info[MaxMultibyteCodes] [static]
Initial value:
  {
    { 0x80, 0x00, 0x000007f, 0x0000000 },  
    { 0xE0, 0xC0, 0x00007ff, 0x0000080 },  
    { 0xF0, 0xE0, 0x000ffff, 0x0000800 },  
    { 0xF8, 0xF0, 0x01fffff, 0x0010000 },  
    { 0xFC, 0xF8, 0x03fffff, 0x0200000 },  
    { 0xFE, 0xFC, 0x7ffffff, 0x4000000 },  
  }

Referenced by GetNextUTFCode().


Generated on 17 Feb 2020 for MagickCore by  doxygen 1.6.1