Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crawl/crawl
/ wclen
Function
wclen
crawl-ref/source/unicode.cc:495–499 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
493
}
494
495
int wclen(char32_t c)
496
{
497
char dummy[4];
498
return wctoutf8(dummy, c);
499
}
500
501
char *prev_glyph(char *s, char *start)
502
{
Callers
4
overwrite_char_at_cursor
Method · 0.85
insert_char_at_cursor
Method · 0.85
overwrite_char_at_cursor
Method · 0.85
insert_char_at_cursor
Method · 0.85
Calls
1
wctoutf8
Function · 0.85
Tested by
no test coverage detected