Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BEGINS_UTF8CHAR
src/add-ons/kernel/file_systems/fat/encodings.cpp
32
#define BEGINS_UTF8CHAR(byte) (((byte) & 0xc0) != 0x80)
src/tools/fs_shell/convertutf.cpp
17
#define BEGINS_UTF8CHAR(byte) (((byte) & 0xc0) != 0x80)