Lines Matching refs:pResultCapacity
297 sal_Int32 * pResultCapacity, sal_Int32 nResultOffset, in doubleToString() argument
319 if (pResultCapacity == 0) in doubleToString()
321 pResultCapacity = &nCapacity; in doubleToString()
322 T::createBuffer(pResult, pResultCapacity); in doubleToString()
325 T::appendAscii(pResult, pResultCapacity, &nResultOffset, in doubleToString()
336 if (pResultCapacity == 0) in doubleToString()
338 pResultCapacity = &nCapacity; in doubleToString()
339 T::createBuffer(pResult, pResultCapacity); in doubleToString()
343 T::appendAscii(pResult, pResultCapacity, &nResultOffset, in doubleToString()
345 T::appendAscii(pResult, pResultCapacity, &nResultOffset, in doubleToString()
637 if (pResultCapacity == 0) in doubleToString()
640 T::appendChars(pResult, pResultCapacity, &nResultOffset, pBuf, in doubleToString()
650 sal_Int32 * pResultCapacity, in rtl_math_doubleToString() argument
661 pResult, pResultCapacity, nResultOffset, fValue, eFormat, nDecPlaces, in rtl_math_doubleToString()
666 sal_Int32 * pResultCapacity, in rtl_math_doubleToUString() argument
677 pResult, pResultCapacity, nResultOffset, fValue, eFormat, nDecPlaces, in rtl_math_doubleToUString()