Searched defs:lower_s1 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsCharTraits.h269 char_type lower_s1 = ASCIIToLower(*s1); local
270 if ( lower_s1 != to_char_type(*s2) )
271 return to_int_type(lower_s1) - to_int_type(*s2);
291 char_type lower_s1 = ASCIIToLower(*s1); local
292 if ( lower_s1 != to_char_type(*s2) )
293 return to_int_type(lower_s1) - to_int_type(*s2);
516 char_type lower_s1 = ASCIIToLower(*s1); local
517 if ( lower_s1 != *s2 )
518 return to_int_type(lower_s1) - to_int_type(*s2);
537 char_type lower_s1 local
[all...]

Completed in 43 milliseconds