Lines Matching full:checks
95 /* Checks if ch is a lower case letter.*/
103 /* Checks if ch is an upper case letter.*/
111 /* Checks if ch is a title case letter; usually upper case letters.*/
119 /* Checks if ch is a decimal digit. */
143 /* Checks if the Unicode character is a letter.*/
156 /* Checks if c is a letter or a decimal digit */
165 * Checks if c is alphabetic, or a decimal digit; implements UCHAR_POSIX_ALNUM.
173 /* Checks if ch is a unicode character with assigned character type.*/
181 /* Checks if the Unicode character is a base form character that can take a diacritic.*/
189 /* Checks if the Unicode character is a control character.*/
210 /* Checks if the Unicode character is a space character.*/
225 /* Checks if the Unicode character is a whitespace character.*/
254 /* Checks if the Unicode character is printable.*/
264 * Checks if c is in \p{graph}\p{blank} - \p{cntrl}.
290 * Checks if c is in
314 /* Checks if the Unicode character can start a Unicode identifier.*/
323 /* Checks if the Unicode character can be a Unicode identifier part other than starting the
338 /*Checks if the Unicode character can be ignorable in a Java or Unicode identifier.*/
350 /*Checks if the Unicode character can start a Java identifier.*/
358 /*Checks if the Unicode character can be a Java identifier part other than starting the