|
static bool | IsSurrogatePair (int lead, int trail) |
|
static bool | IsLeadSurrogate (int code) |
|
static bool | IsTrailSurrogate (int code) |
|
static int | CombineSurrogatePair (uchar lead, uchar trail) |
|
static uint16_t | LeadSurrogate (uint32_t char_code) |
|
static uint16_t | TrailSurrogate (uint32_t char_code) |
|
|
static const int | kNoPreviousCharacter = -1 |
|
static const uchar | kMaxNonSurrogateCharCode = 0xffff |
|
static const int | kMaxExtraUtf8BytesForOneUtf16CodeUnit = 3 |
|
static const int | kUtf8BytesToCodeASurrogate = 3 |
|
Definition at line 99 of file unicode.h.
The documentation for this class was generated from the following file: