Home
last modified time | relevance | path

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

/aoo4110/main/sal/rtl/source/
H A Dmath.cxx319 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()
[all …]
/aoo4110/main/sal/inc/rtl/
H A Dmath.h202 sal_Int32 * pResultCapacity,
277 sal_Int32 * pResultCapacity,

Completed in 27 milliseconds