Searched refs:u_isISOControl (Results 1 – 13 of 13) sorted by relevance
198 u_isISOControl(UChar32 c) { in u_isISOControl() function342 return u_isISOControl(c) && !IS_THAT_ASCII_CONTROL_SPACE(c); in u_isIDIgnorable()
778 if (!u_isISOControl(ch)) { in stripRules()
1947 u_isISOControl(UChar32 c);
193 #define u_isISOControl u_isISOControl_3_2 macro
2398 u_isISOControl(UChar32 c);
286 #define u_isISOControl U_ICU_ENTRY_POINT_RENAME(u_isISOControl) macro
857 if(!u_isISOControl(c)) { in TestControlPrint()