Lines Matching full:determines
81 // Determines whether the given character is an alphabetic character.
88 // Determines whether the given character is an alphanumeric character.
95 // Determines whether the given character is a whitespace character (space,
103 // Determines whether the given character is a punctuation character.
110 // Determines whether the given character is a blank character (tab or space).
117 // Determines whether the given character is a control character.
124 // Determines whether the given character can be represented as a hexadecimal
132 // Determines whether the given character can be represented as a decimal
138 // Determines whether the given character is printable, including spaces.
143 // Determines whether the given character has a graphical representation.
148 // Determines whether the given character is uppercase.
153 // Determines whether the given character is lowercase.
158 // Determines whether the given character is ASCII.