v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
unicode.h File Reference
#include <sys/types.h>
#include "globals.h"
Include dependency graph for unicode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Predicate< T, size >
 
class  Mapping< T, size >
 
class  UnicodeData
 
class  Utf16
 
class  Latin1
 
class  Utf8
 
class  Utf8DecoderBase
 
class  Utf8Decoder< kBufferSize >
 
struct  Uppercase
 
struct  Lowercase
 
struct  Letter
 
struct  Number
 
struct  WhiteSpace
 
struct  LineTerminator
 
struct  CombiningMark
 
struct  ConnectorPunctuation
 
struct  ToLowercase
 
struct  ToUppercase
 
struct  Ecma262Canonicalize
 
struct  Ecma262UnCanonicalize
 
struct  CanonicalizationRange
 

Namespaces

 unibrow
 

Typedefs

typedef unsigned int uchar
 
typedef unsigned char byte
 

Variables

const int kMaxMappingSize = 4
 

Detailed Description

Definitions and convenience functions for working with unicode.

Definition in file unicode.h.