Searched refs:u_isgraphPOSIX (Results 1 – 5 of 5) sorted by relevance
275 u_isgraphPOSIX(UChar32 c);
269 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c)); in u_isprintPOSIX()290 u_isgraphPOSIX(UChar32 c) { in u_isgraphPOSIX() function
201 return u_isgraphPOSIX(c); in isPOSIX_graph()
305 #define u_isgraphPOSIX U_ICU_ENTRY_POINT_RENAME(u_isgraphPOSIX) macro