Go to the source code of this file.
|  | 
| #define | uchar   _utfuchar | 
|  | 
| #define | ushort   _utfushort | 
|  | 
| #define | uint   _utfuint | 
|  | 
| #define | ulong   _utfulong | 
|  | 
| #define | vlong   _utfvlong | 
|  | 
| #define | uvlong   _utfuvlong | 
|  | 
| #define | nelem(x)   (sizeof(x)/sizeof((x)[0])) | 
|  | 
| #define | nil   ((void*)0) | 
|  | 
|  | 
| typedef unsigned char | uchar | 
|  | 
| typedef unsigned short | ushort | 
|  | 
| typedef unsigned int | uint | 
|  | 
| typedef unsigned long | ulong | 
|  | 
◆ nelem
      
        
          | #define nelem | ( |  | x | ) | (sizeof(x)/sizeof((x)[0])) | 
      
 
 
◆ nil
◆ uchar
◆ uint
◆ ulong
◆ ushort
◆ uvlong
      
        
          | #define uvlong   _utfuvlong | 
      
 
 
◆ vlong
◆ uchar
      
        
          | typedef unsigned char uchar | 
      
 
 
◆ uint
      
        
          | typedef unsigned int uint | 
      
 
 
◆ ulong
      
        
          | typedef unsigned long ulong | 
      
 
 
◆ ushort