Searched refs:u_isgraphPOSIX (Results 1 – 4 of 4) sorted by relevance
275 u_isgraphPOSIX(UChar32 c);
277 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c)); in u_isprintPOSIX()298 u_isgraphPOSIX(UChar32 c) { in u_isgraphPOSIX() function
198 return u_isgraphPOSIX(c); in isPOSIX_graph()
301 #define u_isgraphPOSIX U_ICU_ENTRY_POINT_RENAME(u_isgraphPOSIX) macro