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

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsCharTraits.h112 to_int_type( char_type c ) function in struct:nsCharTraits
174 return NS_STATIC_CAST(char_type*, wmemset(s, to_int_type(c), n));
193 return to_int_type(*s1) - to_int_type(*s2);
207 if ( !eq_int_type(to_int_type(*s1), to_int_type(*s2)) )
208 return to_int_type(*s1) - to_int_type(*s2);
226 if ( !eq_int_type(to_int_type(*s1), to_int_type(*s
393 to_int_type( char_type c ) function in struct:nsCharTraits
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/iostream3/
H A Dzfstream.cc189 return traits_type::to_int_type(*(this->gptr()));
209 return traits_type::to_int_type(*(this->gptr()));

Completed in 33 milliseconds