Lines Matching refs:nCompareKey
45 sal_uIntPtr nCompareKey; in ImplGetIndex() local
56 nCompareKey = (sal_uIntPtr)pNodes[nMid*2]; in ImplGetIndex()
57 if ( nKey < nCompareKey ) in ImplGetIndex()
61 if ( nKey > nCompareKey ) in ImplGetIndex()
74 nCompareKey = (sal_uIntPtr)Container::ImpGetObject( nMid*2 ); in ImplGetIndex()
75 if ( nKey < nCompareKey ) in ImplGetIndex()
79 if ( nKey > nCompareKey ) in ImplGetIndex()
90 if ( nKey > nCompareKey ) in ImplGetIndex()
125 sal_uIntPtr nCompareKey = (sal_uIntPtr)(*pNodes); in Insert() local
126 while ( nKey > nCompareKey ) in Insert()
131 nCompareKey = (sal_uIntPtr)(*pNodes); in Insert()
134 nCompareKey = 0; in Insert()
140 if ( nKey == nCompareKey ) in Insert()