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