v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
unibrow Namespace Reference

Data Structures

struct  MultiCharacterSpecialCase
 
class  Predicate
 
class  Mapping
 
class  UnicodeData
 
class  Buffer
 
class  Utf16
 
class  Utf8
 
class  CharacterStream
 
class  InputBuffer
 
class  Utf8InputBuffer
 
struct  Uppercase
 
struct  Lowercase
 
struct  Letter
 
struct  Space
 
struct  Number
 
struct  WhiteSpace
 
struct  LineTerminator
 
struct  CombiningMark
 
struct  ConnectorPunctuation
 
struct  ToLowercase
 
struct  ToUppercase
 
struct  Ecma262Canonicalize
 
struct  Ecma262UnCanonicalize
 
struct  CanonicalizationRange
 

Typedefs

typedef signed short int16_t
 
typedef unsigned short uint16_t
 
typedef int int32_t
 
typedef unsigned int uchar
 
typedef unsigned char byte
 

Variables

const int kMaxMappingSize = 4
 

Typedef Documentation

typedef unsigned char byte

Definition at line 41 of file unicode.h.

typedef signed short int16_t

Definition at line 45 of file unicode.cc.

typedef int int32_t

Definition at line 47 of file unicode.cc.

typedef unsigned int uchar

Definition at line 40 of file unicode.h.

typedef unsigned short uint16_t

Definition at line 46 of file unicode.cc.

Variable Documentation

const int kMaxMappingSize = 4

The max length of the result of converting the case of a single character.

Definition at line 47 of file unicode.h.