Searched refs:nCompareKey (Results 1 – 1 of 1) sorted by relevance
45 sal_uIntPtr nCompareKey; in ImplGetIndex() local56 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() local126 while ( nKey > nCompareKey ) in Insert()[all …]