v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
unibrow::Ecma262Canonicalize Struct Reference

#include <unicode.h>

Collaboration diagram for unibrow::Ecma262Canonicalize:

Static Public Member Functions

static int Convert (uchar c, uchar n, uchar *result, bool *allow_caching_ptr)
 

Static Public Attributes

static const int kMaxWidth = 1
 

Detailed Description

Definition at line 293 of file unicode.h.

Member Function Documentation

◆ Convert()

int unibrow::Ecma262Canonicalize::Convert ( uchar c,
uchar n,
uchar * result,
bool * allow_caching_ptr )
static

Definition at line 1629 of file unicode.cc.

Here is the call graph for this function:

Member Data Documentation

◆ kMaxWidth

const int unibrow::Ecma262Canonicalize::kMaxWidth = 1
static

Definition at line 294 of file unicode.h.


The documentation for this struct was generated from the following files: