Searched refs:CopyFloatToCStr (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp97 OSErr CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits = -1,const int inMaxNumFractDigits = -1);
H A DCPStringUtils.cpp2591 OSErr CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits,const int inMaxNumFractDigits) function
2604 SetErrorMessage("CopyFloatToCStr: Bad parameter, theCStr == nil");
2611 SetErrorMessage("CopyFloatToCStr: Bad parameter, theFloat == nil");
2623 SetErrorMessage("CopyFloatToCStr: Can't get number parts table for converting string representations to/from numeric representations");
2630 SetErrorMessage("CopyFloatToCStr: Number parts table has bad length");
2703 SetErrorMessage("CopyFloatToCStr: StringToFormatRec() != fFormatOK");
2713 SetErrorMessage("CopyFloatToCStr: ExtendedToString() != fFormatOK");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp97 OSErr CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits = -1,const int inMaxNumFractDigits = -1);
H A DCPStringUtils.cpp2591 OSErr CopyFloatToCStr(const extended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits,const int inMaxNumFractDigits) function
2604 SetErrorMessage("CopyFloatToCStr: Bad parameter, theCStr == nil");
2611 SetErrorMessage("CopyFloatToCStr: Bad parameter, theFloat == nil");
2623 SetErrorMessage("CopyFloatToCStr: Can't get number parts table for converting string representations to/from numeric representations");
2630 SetErrorMessage("CopyFloatToCStr: Number parts table has bad length");
2703 SetErrorMessage("CopyFloatToCStr: StringToFormatRec() != fFormatOK");
2713 SetErrorMessage("CopyFloatToCStr: ExtendedToString() != fFormatOK");

Completed in 155 milliseconds