logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_utf16_width - Allegro 5 API

Description

       Returns  the  number  of bytes that would be occupied by the specified code point when encoded in UTF-16.
       This is either 2 or 4 bytes for legal code point values.  Otherwise returns 0.

Name

       al_utf16_width - Allegro 5 API

See Also

al_utf16_encode(3alleg5), al_utf8_width(3alleg5)

Allegro reference manual                                                                 al_utf16_width(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              size_t al_utf16_width(int c)

See Also