Home | History | Annotate | Download | only in lib

Lines Matching full:multibyte

1 /* Iterating through multibyte strings: macros for multi-byte encodings.
39 - Handling of invalid multibyte sequences is possible without
41 invalid multibyte sequences.
47 that only the first few multibyte characters need to be inspected.
58 returns true if there are more multibyte characters available before
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.
155 /* An invalid multibyte sequence was encountered. */
163 /* An incomplete multibyte character at the end. */