Searched refs:u_isISOControl (Results 1 – 13 of 13) sorted by relevance
191 u_isISOControl(UChar32 c) { in u_isISOControl() function335 return u_isISOControl(c) && !IS_THAT_ASCII_CONTROL_SPACE(c); in u_isIDIgnorable()
3192 u_isISOControl(UChar32 c);
290 #define u_isISOControl U_ICU_ENTRY_POINT_RENAME(u_isISOControl) macro
3304 u_isISOControl(UChar32 c);
295 #define u_isISOControl U_ICU_ENTRY_POINT_RENAME(u_isISOControl) macro
3158 u_isISOControl(UChar32 c);
287 #define u_isISOControl U_ICU_ENTRY_POINT_RENAME(u_isISOControl) macro
868 if(!u_isISOControl(c)) { in TestControlPrint()