Searched refs:nGuess (Results 1 – 1 of 1) sorted by relevance
1702 size_t nGuess = ((nDecimals < nDig) ? in ImplGetNumberStringLengthGuess() local1705 return nGuess; in ImplGetNumberStringLengthGuess()1715 size_t nGuess = ImplGetNumberStringLengthGuess( *this, nDecimals ); in getNum() local1716 sal_Unicode* const pBuffer = (nGuess < 118 ? aBuf : in getNum()1717 new sal_Unicode[nGuess + 16]); in getNum()1738 size_t nGuess = ImplGetNumberStringLengthGuess( *this, nDecimals ); in getCurr() local1739 sal_Unicode* const pNumBuffer = (nGuess < 118 ? aNumBuf : in getCurr()1740 new sal_Unicode[nGuess + 16]); in getCurr()1743 ((size_t(rCurrencySymbol.Len()) + nGuess + 20) < sizeof(aBuf)/sizeof(aBuf[0]) ? aBuf : in getCurr()1744 new sal_Unicode[ rCurrencySymbol.Len() + nGuess + 20 ]); in getCurr()
Completed in 18 milliseconds