Searched refs:is_upper (Results 1 – 2 of 2) sorted by relevance
285 is_upper (unsigned int ch) in is_upper() function662 if (to_upper (ch) != ch && !(is_lower (ch) || is_upper (ch))) in output_tables()669 if (to_lower (ch) != ch && !(is_lower (ch) || is_upper (ch))) in output_tables()676 if ((is_lower (ch) || is_upper (ch)) && !is_alpha (ch)) in output_tables()743 output_charclass (stream, "upper", is_upper); in output_tables()
3243 boolean is_upper = STREQ (str, "upper"); in PREFIX() local3267 if (translate && (is_upper || is_lower) in PREFIX()3285 boolean is_upper = STREQ (str, "upper"); in PREFIX()3313 || (is_upper && ISUPPER (ch)) in PREFIX()3316 if ( translate && (is_upper || is_lower) in PREFIX()
Completed in 16 milliseconds