Searched refs:u_isgraphPOSIX (Results 1 – 4 of 4) sorted by relevance
242 u_isgraphPOSIX(UChar32 c);
201 return u_isgraphPOSIX(c); in u_hasBinaryProperty()
484 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c)); in u_isprintPOSIX()505 u_isgraphPOSIX(UChar32 c) { in u_isgraphPOSIX() function
257 #define u_isgraphPOSIX u_isgraphPOSIX_3_8 macro