Searched refs:pResultCapacity (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sal/rtl/source/ |
H A D | math.cxx | 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() [all …]
|
/aoo42x/main/sal/inc/rtl/ |
H A D | math.h | 202 sal_Int32 * pResultCapacity, 277 sal_Int32 * pResultCapacity,
|
Completed in 11 milliseconds