Home
last modified time | relevance | path

Searched refs:u_isgraphPOSIX (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/
Duprops.h242 u_isgraphPOSIX(UChar32 c);
Duprops.c201 return u_isgraphPOSIX(c); in u_hasBinaryProperty()
Duchar.c484 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c)); in u_isprintPOSIX()
505 u_isgraphPOSIX(UChar32 c) { in u_isgraphPOSIX() function
/external/icu4c/common/unicode/
Durename.h257 #define u_isgraphPOSIX u_isgraphPOSIX_3_8 macro