コード例 #1
0
 static
 PRInt32 compress_chars( char* s, PRUint32 len, const char* set ) 
   {
     return CompressChars1(s, len, set);
   }
コード例 #2
0
 static
 int32_t compress_chars( char* s, uint32_t len, const char* set )
 {
     return CompressChars1(s, len, set);
 }