Lines Matching full:character
60 initialized to the next multibyte character.
63 advances the iterator by one multibyte character.
66 returns the current multibyte character, of type mbchar_t. All the
70 return a pointer to the beginning of the current multibyte character.
119 struct mbchar cur; /* the current character:
120 const char *cur.ptr pointer to current character
122 size_t cur.bytes number of bytes of current character
123 bool cur.wc_valid true if wc is a valid wide character
124 wchar_t cur.wc if wc_valid: the current character
138 /* These characters are part of the basic character set. ISO C 99
139 guarantees that their wide character code is identical to their
163 /* An incomplete multibyte character at the end. */
173 /* A null wide character was encountered. */
217 /* Access to the current character. */