Searched refs:GetLocaleExceptionMessage (Results 1 - 12 of 12) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dexception.h139 *GetLocaleExceptionMessage(const ExceptionType,const char *);
H A Dexception.c518 % GetLocaleExceptionMessage() converts a enumerated exception severity and tag
521 % The format of the GetLocaleExceptionMessage method is:
523 % const char *GetLocaleExceptionMessage(const ExceptionType severity,
606 MagickExport const char *GetLocaleExceptionMessage(const ExceptionType severity,
1059 locale=GetLocaleExceptionMessage(severity,tag);
592 MagickExport const char *GetLocaleExceptionMessage(const ExceptionType severity, function
H A Dimage-view.c422 (void) CopyMagickString(description,GetLocaleExceptionMessage(
428 (void) ConcatenateMagickString(description,GetLocaleExceptionMessage(
H A Dmethods.h470 #define GetLocaleExceptionMessage PrependMagickMethod(GetLocaleExceptionMessage) macro
H A Dwidget.c8174 text=GetLocaleExceptionMessage(XServerError,reason);
8180 text=GetLocaleExceptionMessage(XServerError,description);
/external/ImageMagick/www/api/
H A Dexception.php55 <p class="text-center"><a href="exception.php#AcquireExceptionInfo">AcquireExceptionInfo</a> &bull; <a href="exception.php#ClearMagickException">ClearMagickException</a> &bull; <a href="exception.php#CatchException">CatchException</a> &bull; <a href="exception.php#CloneExceptionInfo">CloneExceptionInfo</a> &bull; <a href="exception.php#DestroyExceptionInfo">DestroyExceptionInfo</a> &bull; <a href="exception.php#GetExceptionMessage">GetExceptionMessage</a> &bull; <a href="exception.php#GetLocaleExceptionMessage">GetLocaleExceptionMessage</a> &bull; <a href="exception.php#InheritException">InheritException</a> &bull; <a href="exception.php#InitializeExceptionInfo">InitializeExceptionInfo</a> &bull; <a href="exception.php#MagickError">MagickError</a> &bull; <a href="exception.php#MagickFatalError">MagickFatalError</a> &bull; <a href="exception.php#MagickWarning">MagickWarning</a> &bull; <a href="exception.php#SetErrorHandler">SetErrorHandler</a> &bull; <a href="exception.php#SetFatalErrorHandler">SetFatalErrorHandler</a> &bull; <a href="exception.php#SetWarningHandler">SetWarningHandler</a> &bull; <a href="exception.php#ThrowException">ThrowException</a></p>
177 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/exception_8c.html" id="GetLocaleExceptionMessage">GetLocaleExceptionMessage</a></h2>
179 <p>GetLocaleExceptionMessage() converts a enumerated exception severity and tag to a message in the current locale.</p>
181 <p>The format of the GetLocaleExceptionMessage method is:</p>
184 const char *GetLocaleExceptionMessage(const ExceptionType severity,
/external/ImageMagick/MagickWand/
H A Dmagick-wand.c302 (void) CopyMagickString(description,GetLocaleExceptionMessage(
307 (void) ConcatenateMagickString(description,GetLocaleExceptionMessage(
H A Dpixel-iterator.c575 (void) CopyMagickString(description,GetLocaleExceptionMessage(
580 (void) ConcatenateMagickString(description,GetLocaleExceptionMessage(
H A Dwand-view.c438 (void) CopyMagickString(description,GetLocaleExceptionMessage(
444 (void) ConcatenateMagickString(description,GetLocaleExceptionMessage(
H A Dpixel-wand.c924 (void) CopyMagickString(description,GetLocaleExceptionMessage(
929 (void) ConcatenateMagickString(description,GetLocaleExceptionMessage(
/external/ImageMagick/PerlMagick/
H A DMagick.xs124 GetLocaleExceptionMessage((exception)->severity,(exception)->reason) : \
126 (exception)->description ? GetLocaleExceptionMessage( \
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.xs.in124 GetLocaleExceptionMessage((exception)->severity,(exception)->reason) : \
126 (exception)->description ? GetLocaleExceptionMessage( \

Completed in 299 milliseconds