sombok  2.3.0
Data Fields
gcstring_t Struct Reference

#include <sombok.h>

Data Fields

unichar_tstr
 
size_t len
 
gcchar_tgcstr
 
size_t gclen
 
size_t pos
 
struct linebreak_tlbobj
 

Detailed Description

Grapheme cluster string. ,,

Field Documentation

size_t gcstring_t::gclen

Number of grapheme clusters.

gcchar_t* gcstring_t::gcstr

Sequence of grapheme clusters. NULL may specify zero-length grapheme cluster string.

struct linebreak_t* gcstring_t::lbobj

linebreak object.

size_t gcstring_t::len

Number of Unicode characters.

size_t gcstring_t::pos

Next position.

unichar_t* gcstring_t::str

Sequence of Unicode characters. Note that NUL character (U+0000) may be contained. NULL may specify zero-length string.


The documentation for this struct was generated from the following file: