Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ set_zero
Function
set_zero
sources/compiler/lexer.cpp:31–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
namespace codecvt_gbk {
31
static inline char32_t set_zero(char32_t ch)
32
{
33
return ch & 0x0000ffff;
34
}
35
36
static constexpr std::uint8_t u8_blck_begin = 0x80;
37
static constexpr std::uint32_t u32_blck_begin = 0x8000;
Callers
1
local2wide
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected