Lines Matching refs:n
62 { sal_uInt16 n; in SV_IMPL_VARARR() local
63 for( n=0; n < nA && *(GetData()+n) != aElement; ) n++; in SV_IMPL_VARARR()
64 return ( n >= nA ? USHRT_MAX : n ); in SV_IMPL_VARARR()
95 for( sal_uInt16 n=nP; n < nP + nL; n++ ) in SV_IMPL_VARARR() local
96 delete *((StringPtr*)pData+n); in SV_IMPL_VARARR()
142 for( sal_uInt16 n=nP; n < nP + nL; n++ ) in _SV_IMPL_SORTAR_ALG() local
143 delete *((StringPtr*)pData+n); in _SV_IMPL_SORTAR_ALG()
252 for( sal_uInt16 n = 0; n < nL; ++n ) in Insert() local
253 if( ! Seek_Entry( *(pE+n), &nP )) in Insert()
254 SvUShorts::Insert( *(pE+n), nP ); in Insert()
281 for( sal_uInt16 n=nP; n < nP + nL; n++ ) in _SV_IMPL_SORTAR_ALG() local
282 delete *((ByteStringPtr*)pData+n); in _SV_IMPL_SORTAR_ALG()
327 for( sal_uInt16 n=nP; n < nP + nL; n++ ) in _SV_IMPL_SORTAR_ALG() local
328 delete *((ByteStringPtr*)pData+n); in _SV_IMPL_SORTAR_ALG()