Searched refs:nResultOffset (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sal/rtl/source/ |
H A D | math.cxx | 297 sal_Int32 * pResultCapacity, sal_Int32 nResultOffset, in doubleToString() argument 323 nResultOffset = 0; in doubleToString() 325 T::appendAscii(pResult, pResultCapacity, &nResultOffset, in doubleToString() 340 nResultOffset = 0; in doubleToString() 343 T::appendAscii(pResult, pResultCapacity, &nResultOffset, in doubleToString() 345 T::appendAscii(pResult, pResultCapacity, &nResultOffset, in doubleToString() 640 T::appendChars(pResult, pResultCapacity, &nResultOffset, pBuf, in doubleToString() 651 sal_Int32 nResultOffset, double fValue, in rtl_math_doubleToString() argument 661 pResult, pResultCapacity, nResultOffset, fValue, eFormat, nDecPlaces, in rtl_math_doubleToString() 667 sal_Int32 nResultOffset, double fValue, in rtl_math_doubleToUString() argument [all …]
|
/aoo42x/main/sal/inc/rtl/ |
H A D | math.h | 203 sal_Int32 nResultOffset, double fValue, 278 sal_Int32 nResultOffset, double fValue,
|
Completed in 26 milliseconds