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

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsCharTraits.h119 eq_int_type( int_type lhs, int_type rhs ) function in struct:nsCharTraits
207 if ( !eq_int_type(to_int_type(*s1), to_int_type(*s2)) )
226 if ( !eq_int_type(to_int_type(*s1), to_int_type(*s2)) )
356 return eq_int_type(c, eof()) ? ~eof() : c;
400 eq_int_type( int_type lhs, int_type rhs ) function in struct:nsCharTraits
580 return eq_int_type(c, eof()) ? ~eof() : c;

Completed in 32 milliseconds