Lines Matching refs:character
31 characters such as if the character is whitespace, or alphanumeric. It also
32 provides the uppercase equivalent of a character and determines whether a
33 character can be ornamented with accents.
36 instantiate it. You can call one of the methods passing in the character
41 UTF-8 string to an UTF-32 character use the FromUTF8() method.
51 \returns \c true if the specified unicode character is an
52 alphabetic character.
62 \returns \c true if the specified unicode character is a
63 alphabetic or numeric character.
73 \returns \c true if the specified unicode character is a
74 number character.
84 \returns \c true if the specified unicode character is a
85 hexadecimal number character.
95 \returns \c true if the specified unicode character is an
96 uppercase character.
106 \returns \c true if the specified unicode character is a
107 lowercase character.
118 spaces. This method is useful for determining if the character will render
121 \returns \c true if the specified unicode character is some
122 kind of a space character.
137 \returns \c true if the specified unicode character is a whitespace
138 character.
148 \brief Determine if \a c is a control character.
153 \returns \c true if the specified unicode character is a control
154 character.
164 \brief Determine if \a c is punctuation character.
166 \returns \c true if the specified unicode character is a
167 punctuation character.
179 \returns \c true if the specified unicode character is a printable
180 character.
194 \returns \c true if the specified unicode character is a title case
195 character.
208 \returns \c true if the specified unicode character is defined.
218 \note IsBase() does not determine if a unicode character is distinct.
220 \returns \c true if the specified unicode character is a base
221 form character that can be used with a diacritic.
229 \brief Gets the type of a character.
241 \returns The lowercase version of the specified unicode character.
251 \returns The uppercase version of the specified unicode character.
261 \returns The title case version of the specified unicode character.
271 \returns The numeric version of the specified unicode character.
279 \brief Transform a character to UTF-8 encoding.
281 \returns The UTF-8 encoding of the specified unicode character.
289 \brief Transform a UTF-8 string to an UTF-32 character.
293 character for the following call.