WriteBlobStringWithEOL  882 coders/locale.c       WriteBlobStringWithEOL(image,"#ifndef _LOCAL_C_H");
WriteBlobStringWithEOL  883 coders/locale.c       WriteBlobStringWithEOL(image,"#define _LOCAL_C_H");
WriteBlobStringWithEOL  885 coders/locale.c       WriteBlobStringWithEOL(image,"extern MagickExport const char *GetLocaleMessageFromID(const int);");
WriteBlobStringWithEOL  888 coders/locale.c       WriteBlobStringWithEOL(image,text);
WriteBlobStringWithEOL  913 coders/locale.c             WriteBlobStringWithEOL(image,text);
WriteBlobStringWithEOL  920 coders/locale.c       WriteBlobStringWithEOL(image,"#endif");
WriteBlobStringWithEOL  922 coders/locale.c       WriteBlobStringWithEOL(image,"#if defined(_INCLUDE_CATEGORYMAP_TABLE_)");
WriteBlobStringWithEOL  923 coders/locale.c       WriteBlobStringWithEOL(image,"typedef struct _CategoryInfo{");
WriteBlobStringWithEOL  924 coders/locale.c       WriteBlobStringWithEOL(image,"  const char *name;");
WriteBlobStringWithEOL  925 coders/locale.c       WriteBlobStringWithEOL(image,"  int offset;");
WriteBlobStringWithEOL  926 coders/locale.c       WriteBlobStringWithEOL(image,"} CategoryInfo;");
WriteBlobStringWithEOL  928 coders/locale.c       WriteBlobStringWithEOL(image,"static const CategoryInfo category_map[] =");
WriteBlobStringWithEOL  929 coders/locale.c       WriteBlobStringWithEOL(image,"  {");
WriteBlobStringWithEOL  962 coders/locale.c                 WriteBlobStringWithEOL(image,text);
WriteBlobStringWithEOL  968 coders/locale.c       WriteBlobStringWithEOL(image,text);
WriteBlobStringWithEOL  969 coders/locale.c       WriteBlobStringWithEOL(image,"  };");
WriteBlobStringWithEOL  970 coders/locale.c       WriteBlobStringWithEOL(image,"#endif");
WriteBlobStringWithEOL  975 coders/locale.c       WriteBlobStringWithEOL(image,"#if defined(_INCLUDE_SEVERITYMAP_TABLE_)");
WriteBlobStringWithEOL  976 coders/locale.c       WriteBlobStringWithEOL(image,"typedef struct _SeverityInfo{");
WriteBlobStringWithEOL  977 coders/locale.c       WriteBlobStringWithEOL(image,"  const char *name;");
WriteBlobStringWithEOL  978 coders/locale.c       WriteBlobStringWithEOL(image,"  int offset;");
WriteBlobStringWithEOL  979 coders/locale.c       WriteBlobStringWithEOL(image,"  ExceptionType severityid;");
WriteBlobStringWithEOL  980 coders/locale.c       WriteBlobStringWithEOL(image,"} SeverityInfo;");
WriteBlobStringWithEOL  982 coders/locale.c       WriteBlobStringWithEOL(image,"static const SeverityInfo severity_map[] =");
WriteBlobStringWithEOL  983 coders/locale.c       WriteBlobStringWithEOL(image,"  {");
WriteBlobStringWithEOL 1009 coders/locale.c                 WriteBlobStringWithEOL(image,text);
WriteBlobStringWithEOL 1015 coders/locale.c       WriteBlobStringWithEOL(image,text);
WriteBlobStringWithEOL 1016 coders/locale.c       WriteBlobStringWithEOL(image,"  };");
WriteBlobStringWithEOL 1017 coders/locale.c       WriteBlobStringWithEOL(image,"#endif");
WriteBlobStringWithEOL 1022 coders/locale.c       WriteBlobStringWithEOL(image,"#if defined(_INCLUDE_TAGMAP_TABLE_)");
WriteBlobStringWithEOL 1023 coders/locale.c       WriteBlobStringWithEOL(image,"typedef struct _MessageInfo");
WriteBlobStringWithEOL 1024 coders/locale.c       WriteBlobStringWithEOL(image,"{");
WriteBlobStringWithEOL 1025 coders/locale.c       WriteBlobStringWithEOL(image,"  const char *name;");
WriteBlobStringWithEOL 1026 coders/locale.c       WriteBlobStringWithEOL(image,"  int messageid;");
WriteBlobStringWithEOL 1027 coders/locale.c       WriteBlobStringWithEOL(image,"} MessageInfo;");
WriteBlobStringWithEOL 1029 coders/locale.c       WriteBlobStringWithEOL(image,"static const MessageInfo message_map[] =");
WriteBlobStringWithEOL 1030 coders/locale.c       WriteBlobStringWithEOL(image,"  {");
WriteBlobStringWithEOL 1050 coders/locale.c             WriteBlobStringWithEOL(image,text);
WriteBlobStringWithEOL 1053 coders/locale.c       WriteBlobStringWithEOL(image,"    { 0, 0 }");
WriteBlobStringWithEOL 1054 coders/locale.c       WriteBlobStringWithEOL(image,"  };");
WriteBlobStringWithEOL 1055 coders/locale.c       WriteBlobStringWithEOL(image,"#endif");
WriteBlobStringWithEOL 1060 coders/locale.c       WriteBlobStringWithEOL(image,"#if defined(_INCLUDE_MESSAGE_TABLE_)");
WriteBlobStringWithEOL 1061 coders/locale.c       WriteBlobStringWithEOL(image,"static const char *message_dat[] =");
WriteBlobStringWithEOL 1062 coders/locale.c       WriteBlobStringWithEOL(image,"  {");
WriteBlobStringWithEOL 1064 coders/locale.c       WriteBlobStringWithEOL(image,"    \"%1\",");
WriteBlobStringWithEOL 1084 coders/locale.c             WriteBlobStringWithEOL(image,text);
WriteBlobStringWithEOL 1087 coders/locale.c       WriteBlobStringWithEOL(image,"    0");
WriteBlobStringWithEOL 1088 coders/locale.c       WriteBlobStringWithEOL(image,"  };");
WriteBlobStringWithEOL 1089 coders/locale.c       WriteBlobStringWithEOL(image,"#endif");