Searched refs:u_isgraphPOSIX (Results 1 – 4 of 4) sorted by relevance
257 u_isgraphPOSIX(UChar32 c);
274 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c)); in u_isprintPOSIX()295 u_isgraphPOSIX(UChar32 c) { in u_isgraphPOSIX() function
197 return u_isgraphPOSIX(c); in isPOSIX_graph()
304 #define u_isgraphPOSIX U_ICU_ENTRY_POINT_RENAME(u_isgraphPOSIX) macro