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

#include <unicode.h>

Collaboration diagram for unibrow::ToLowercase:

Static Public Member Functions

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

Static Public Attributes

static const int kMaxWidth = 3
 
static const bool kIsToLower = true
 

Detailed Description

Definition at line 283 of file unicode.h.

Member Function Documentation

◆ Convert()

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

Definition at line 1073 of file unicode.cc.

Here is the call graph for this function:

Member Data Documentation

◆ kIsToLower

const bool unibrow::ToLowercase::kIsToLower = true
static

Definition at line 285 of file unicode.h.

◆ kMaxWidth

const int unibrow::ToLowercase::kMaxWidth = 3
static

Definition at line 284 of file unicode.h.


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