|
| enum | { fVNumber = 0
} |
| |
| enum | { fPositive = 0
, fNegative = 1
, fZero = 2
} |
| |
| enum | {
fFormatOK = 0
, fBestGuess = 1
, fOutOfSynch = 2
, fSpuriousChars = 3
,
fMissingDelimiter = 4
, fExtraDecimal = 5
, fMissingLiteral = 6
, fExtraExp = 7
,
fFormatOverflow = 8
, fFormStrIsNAN = 9
, fBadPartsTable = 10
, fExtraPercent = 11
,
fExtraSeparator = 12
, fEmptyFormatString = 13
} |
| |
|
| void | stringtonum (const char *theString, long *theNum) |
| |
| void | numtostring (long theNum, char *theString) |
| |
| void | StringToNum (ConstStr255Param theString, long *theNum) |
| |
| void | NumToString (long theNum, Str255 theString) |
| |
| FormatStatus | ExtendedToString (const extended80 *x, const NumFormatString *myCanonical, const NumberParts *partsTable, Str255 outString) |
| |
| FormatStatus | StringToExtended (ConstStr255Param source, const NumFormatString *myCanonical, const NumberParts *partsTable, extended80 *x) |
| |
| FormatStatus | StringToFormatRec (ConstStr255Param inString, const NumberParts *partsTable, NumFormatString *outString) |
| |
| FormatStatus | FormatRecToString (const NumFormatString *myCanonical, const NumberParts *partsTable, Str255 outString, TripleInt positions) |
| |
Utilites for formatting numbers.
Version: Universal Interfaces 3.4.1
- Copyright: © 1996-2001 by Apple Computer, Inc., all rights reserved.
For bug reports, consult the following page on the World Wide Web:
http://developer.apple.com/bugreporter/