OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLocaleExceptionMessage
(Results
1 - 12
of
12
) sorted by null
/external/ImageMagick/MagickCore/
exception.h
139
*
GetLocaleExceptionMessage
(const ExceptionType,const char *);
exception.c
518
%
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,
[
all
...]
image-view.c
422
(void) CopyMagickString(description,
GetLocaleExceptionMessage
(
428
(void) ConcatenateMagickString(description,
GetLocaleExceptionMessage
(
[
all
...]
methods.h
470
#define
GetLocaleExceptionMessage
PrependMagickMethod(
GetLocaleExceptionMessage
)
[
all
...]
widget.c
[
all
...]
/external/ImageMagick/www/api/
exception.php
55
<p class="text-center"><a href="exception.php#AcquireExceptionInfo">AcquireExceptionInfo</a> • <a href="exception.php#ClearMagickException">ClearMagickException</a> • <a href="exception.php#CatchException">CatchException</a> • <a href="exception.php#CloneExceptionInfo">CloneExceptionInfo</a> • <a href="exception.php#DestroyExceptionInfo">DestroyExceptionInfo</a> • <a href="exception.php#GetExceptionMessage">GetExceptionMessage</a> • <a href="exception.php#
GetLocaleExceptionMessage
">
GetLocaleExceptionMessage
</a> • <a href="exception.php#InheritException">InheritException</a> • <a href="exception.php#InitializeExceptionInfo">InitializeExceptionInfo</a> • <a href="exception.php#MagickError">MagickError</a> • <a href="exception.php#MagickFatalError">MagickFatalError</a> • <a href="exception.php#MagickWarning">MagickWarning</a> • <a href="exception.php#SetErrorHandler">SetErrorHandler</a> • <a href="exception.php#SetFatalErrorHandler">SetFatalErrorHandler</a> • <a href="exception.php#SetWarningHandler">SetWarningHandler</a> • <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/
magick-wand.c
302
(void) CopyMagickString(description,
GetLocaleExceptionMessage
(
307
(void) ConcatenateMagickString(description,
GetLocaleExceptionMessage
(
[
all
...]
pixel-iterator.c
575
(void) CopyMagickString(description,
GetLocaleExceptionMessage
(
580
(void) ConcatenateMagickString(description,
GetLocaleExceptionMessage
(
[
all
...]
wand-view.c
438
(void) CopyMagickString(description,
GetLocaleExceptionMessage
(
444
(void) ConcatenateMagickString(description,
GetLocaleExceptionMessage
(
[
all
...]
pixel-wand.c
[
all
...]
/external/ImageMagick/PerlMagick/
Magick.xs
124
GetLocaleExceptionMessage
((exception)->severity,(exception)->reason) : \
126
(exception)->description ?
GetLocaleExceptionMessage
( \
[
all
...]
/external/ImageMagick/PerlMagick/quantum/
quantum.xs.in
124
GetLocaleExceptionMessage
((exception)->severity,(exception)->reason) : \
126
(exception)->description ?
GetLocaleExceptionMessage
( \
[
all
...]
Completed in 50 milliseconds