GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
Position in an UTF-8 string. More...
#include <gp_utf_pos.h>
Data Fields | |
size_t | bytes |
size_t | chars |
Position in an UTF-8 string.
Definition at line 25 of file gp_utf_pos.h.
size_t gp_utf8_pos::bytes |
Offset in bytes in the string.
Definition at line 27 of file gp_utf_pos.h.
Referenced by gp_utf8_pos_add(), gp_utf8_pos_at_end(), gp_utf8_pos_at_home(), gp_utf8_pos_eq(), gp_utf8_pos_ge(), gp_utf8_pos_gt(), gp_utf8_pos_last(), gp_utf8_pos_max(), gp_utf8_pos_min(), gp_utf8_pos_move(), gp_utf8_pos_next(), gp_utf8_pos_prev(), gp_utf8_pos_sub(), and gp_widget_tbox_sel().
size_t gp_utf8_pos::chars |
Offset in characters in the string.
Definition at line 29 of file gp_utf_pos.h.
Referenced by gp_utf8_pos_add(), gp_utf8_pos_last(), gp_utf8_pos_move(), gp_utf8_pos_next(), gp_utf8_pos_prev(), and gp_utf8_pos_sub().