Lines Matching refs:n
710 sal_Int32 n, in IMPL_RTL_STRNAME()
723 if ( n < 0 ) in IMPL_RTL_STRNAME()
728 nValue = -n; /* FIXME this code is not portable for n == -2147483648 in IMPL_RTL_STRNAME()
732 nValue = n; in IMPL_RTL_STRNAME()
764 sal_Int64 n, in IMPL_RTL_STRNAME()
777 if ( n < 0 ) in IMPL_RTL_STRNAME()
782 nValue = -n; /* FIXME this code is not portable for in IMPL_RTL_STRNAME()
787 nValue = n; in IMPL_RTL_STRNAME()
848 sal_Int32 n = 0; in IMPL_RTL_STRNAME() local
875 n *= nRadix; in IMPL_RTL_STRNAME()
876 n += nDigit; in IMPL_RTL_STRNAME()
882 return -n; in IMPL_RTL_STRNAME()
884 return n; in IMPL_RTL_STRNAME()
894 sal_Int64 n = 0; in IMPL_RTL_STRNAME() local
921 n *= nRadix; in IMPL_RTL_STRNAME()
922 n += nDigit; in IMPL_RTL_STRNAME()
928 return -n; in IMPL_RTL_STRNAME()
930 return n; in IMPL_RTL_STRNAME()