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

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsCharTraits.h82 typedef PRUint16 unsigned_char_type; typedef in struct:nsCharTraits
114 return int_type( NS_STATIC_CAST(unsigned_char_type, c) );
367 typedef unsigned char unsigned_char_type; typedef in struct:nsCharTraits
395 return int_type( NS_STATIC_CAST(unsigned_char_type, c) );

Completed in 59 milliseconds