Lines Matching refs:sCandidate
190 ByteString sCandidate = ByteString( *GetObject( nStart )); in Search() local
191 if ( sCandidate.ToUpperAscii() == sKey.ToUpperAscii()) { in Search()
203 ByteString sCandidate = ByteString( *GetObject( nActPos )); in Search() local
205 if ( sCandidate.ToUpperAscii() == sKey.ToUpperAscii()) in Search()
209 if ( sCandidate < sKey ) in Search()
277 ByteString sCandidate( *GetObject( nEnd )); in InsertSorted() local
278 if ( sCandidate.ToUpperAscii() < sKey ) in InsertSorted()
287 ByteString sCandidate( *GetObject( 0 )); in InsertSorted() local
288 if ( sCandidate.ToUpperAscii() == sKey ) { in InsertSorted()
294 else if ( sCandidate > sKey ) { in InsertSorted()
306 ByteString sCandidate = ByteString( *GetObject( nActPos )); in InsertSorted() local
308 if ( sCandidate.ToUpperAscii() == sKey ) { in InsertSorted()
317 if ( sCandidate > sKey ) { in InsertSorted()
334 if (( sCandidate < sKey ) && ( sSecondCand.ToUpperAscii() > sKey )) { in InsertSorted()
340 if ( sCandidate < sKey ) in InsertSorted()