#include <stdint.h>
Go to the source code of this file.
Namespaces | |
re2 | |
Typedefs | |
typedef signed int | re2::Rune |
Enumerations | |
enum | { re2::UTFmax = 4, re2::Runesync = 0x80, re2::Runeself = 0x80, re2::Runeerror = 0xFFFD, re2::Runemax = 0x10FFFF } |
Functions | |
int | re2::chartorune (Rune *rune, const char *str) |
int | re2::fullrune (const char *str, int n) |
int | re2::runetochar (char *str, const Rune *rune) |
int | re2::utflen (const char *s) |
char * | re2::utfrune (const char *s, Rune c) |