Lines Matching defs:buf
156 std::string buf; in Int32ToString() local
303 …r::GetBaseForRoundingMode(double valueNumber, int digitNumber, int *decimalPoint, std::string& buf, in GetBaseForRoundingMode()
329 …CustomEcvtIsFixed(double &valueNumber, int &digits, int *decimalPoint, std::string& buf, int *sign) in CustomEcvtIsFixed()
351 std::string& buf, bool isFixed, int *sign) in CustomEcvt()
383 int NumberHelper::CustomFcvtHelper(std::string& buf, int bufSize, double valueNumber, int digits, i… in CustomFcvtHelper()
400 void NumberHelper::CustomFcvt(std::string& buf, int bufSize, double valueNumber, int digits) in CustomFcvt()
490 void NumberHelper::DoubleToASCIIWithFlag(std::string& buf, double valueNumber, int digits, int flag… in DoubleToASCIIWithFlag()
527 …:ToASCIIWithGreatThanZero(std::string& tmpbuf, int digitNumber, int number, const std::string& buf) in ToASCIIWithGreatThanZero()
541 …berHelper::ToASCIIWithNegative(std::string& tmpbuf, int digitNumber, int n, const std::string& buf) in ToASCIIWithNegative()
570 CVector<uint8_t> buf; in StringToNumber() local
1160 CVector<uint8_t> buf; in StringToBigInt() local
1236 void NumberHelper::GetBase(double d, int digits, int *decimalPoint, char *buf, char *bufTmp, int si… in GetBase()
1256 int NumberHelper::GetMinmumDigits(double d, int *decimalPoint, char *buf) in GetMinmumDigits()