Home
last modified time | relevance | path

Searched refs:inMaxNumIntDigits (Results 1 – 2 of 2) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/MacOS/GetHTTPS.src/
H A DCPStringUtils.hpp97 …xtended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits = -1,const i…
H A DCPStringUtils.cpp2591 …xtended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits,const int in… in CopyFloatToCStr() argument
2639 if (inMaxNumIntDigits >= 0 || inMaxNumFractDigits >= 0) in CopyFloatToCStr()
2644 for (int i = 0;i < inMaxNumIntDigits && numberFormatLength < sizeof(numberFormat) - 1;i++) in CopyFloatToCStr()
2671 for (int i = 0;i < inMaxNumIntDigits && numberFormatLength < sizeof(numberFormat) - 1;i++) in CopyFloatToCStr()