MCPcopy 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
495int wclen(char32_t c)
496{
497 char dummy[4];
498 return wctoutf8(dummy, c);
499}
500
501char *prev_glyph(char *s, char *start)
502{

Callers 4

insert_char_at_cursorMethod · 0.85
insert_char_at_cursorMethod · 0.85

Calls 1

wctoutf8Function · 0.85

Tested by

no test coverage detected