Searched refs:inMaxNumIntDigits (Results 1 – 2 of 2) sorted by relevance
97 …xtended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits = -1,const i…
2591 …xtended80 *theFloat,char *theCStr,const int maxCStrLength,const int inMaxNumIntDigits,const int in… in CopyFloatToCStr() argument2639 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()