Searched refs:rightmost (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsStringObsolete.cpp203 const char* rightmost = aDest + anOffset; local
204 const char* min = rightmost - aCount + 1;
208 while(leftmost <= rightmost){
210 if((*rightmost) == theChar)
211 return rightmost - aDest;
213 --rightmost;
247 const PRUnichar* rightmost = root + anOffset; local
248 const PRUnichar* min = rightmost - aCount + 1;
251 while(leftmost <= rightmost){
253 if((*rightmost)
[all...]

Completed in 75 milliseconds