uwidth_max
Number of bytes a character can occupy.
Description
Low level helper function for working with Unicode text data. Returns the
largest number of bytes that one character can occupy in the given
encoding format. Pass U_CURRENT to represent the current format. Example:
char *temp_buffer = malloc(256 * uwidth_max(U_UTF8));
Related Discussions
The following threads each have code containing this keyword:
Note: You can click on the numbers to jump directly to the posts that reference this page.
Related Projects
The following projects include source code containing this keyword: