Searched refs:u_isgraphPOSIX (Results 1 - 8 of 8) sorted by relevance

/external/chromium/third_party/icu/source/common/
H A Duprops.h235 u_isgraphPOSIX(UChar32 c);
H A Duprops.c202 return u_isgraphPOSIX(c);
H A Duchar.c484 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c));
505 u_isgraphPOSIX(UChar32 c) { function
/external/icu4c/common/
H A Duprops.h216 u_isgraphPOSIX(UChar32 c);
H A Duprops.cpp255 return u_isgraphPOSIX(c);
H A Duchar.c487 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c));
508 u_isgraphPOSIX(UChar32 c) { function
/external/icu4c/common/unicode/
H A Durename.h309 #define u_isgraphPOSIX U_ICU_ENTRY_POINT_RENAME(u_isgraphPOSIX) macro
/external/chromium/third_party/icu/public/common/unicode/
H A Durename.h277 #define u_isgraphPOSIX u_isgraphPOSIX_4_2 macro

Completed in 57 milliseconds