Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duprops.h275 u_isgraphPOSIX(UChar32 c);
Duchar.cpp277 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c)); in u_isprintPOSIX()
298 u_isgraphPOSIX(UChar32 c) { in u_isgraphPOSIX() function
Duprops.cpp198 return u_isgraphPOSIX(c); in isPOSIX_graph()
/external/icu/icu4c/source/common/unicode/
Durename.h301 #define u_isgraphPOSIX U_ICU_ENTRY_POINT_RENAME(u_isgraphPOSIX) macro