#include <string.h>
#include "MagickCore/locale_.h"
Go to the source code of this file.
static double SiPrefixToDoubleInterval |
( |
const char * |
string, |
|
|
const double |
interval |
|
) |
| |
|
inlinestatic |
static const char* StringLocateSubstring |
( |
const char * |
haystack, |
|
|
const char * |
needle |
|
) |
| |
|
inlinestatic |
References InterpretLocaleValue().
Referenced by AcquireResizeFilter(), CloneImages(), ColorDecisionListImage(), ComplexImages(), ConnectedComponentsImage(), DistortImage(), GenerateCoefficients(), GetEdgeBoundingBox(), GetGeometry(), GetMagickTime(), GetNextToken(), GetQuantumInfo(), GetStructuralSimilarityDistortion(), GradientImage(), IsSceneGeometry(), OrderedDitherImage(), ParseAffineGeometry(), ParseGeometry(), ParseKernelArray(), SetImageProperty(), sRGBTransformImage(), StringToArrayOfDoubles(), and TransformsRGBImage().
static double StringToDoubleInterval |
( |
const char * |
string, |
|
|
const double |
interval |
|
) |
| |
|
inlinestatic |
Referenced by AcquireResizeFilter(), AddPathToXMLTree(), DeskewImage(), Get8BIMProperty(), GetHostname(), GetThresholdMapFile(), GetXMLTreePath(), OpenBlob(), ReadImage(), RenderMVGContent(), and TracePath().
static MagickSizeType StringToMagickSizeType |
( |
const char * |
string, |
|
|
const double |
interval |
|
) |
| |
|
inlinestatic |
static size_t StringToSizeType |
( |
const char * |
string, |
|
|
const double |
interval |
|
) |
| |
|
inlinestatic |
static unsigned long StringToUnsignedLong |
( |
const char *magick_restrict |
value | ) |
|
|
inlinestatic |