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

/external/chromium_org/third_party/icu/source/common/
H A Duprops.h235 u_isgraphPOSIX(UChar32 c);
H A Duchar.c275 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c));
296 u_isgraphPOSIX(UChar32 c) { function
H A Duprops.cpp200 return u_isgraphPOSIX(c);
/external/icu/icu4c/source/common/
H A Duprops.h257 u_isgraphPOSIX(UChar32 c);
H A Duchar.c276 return (UBool)((GET_CATEGORY(props)==U_SPACE_SEPARATOR) || u_isgraphPOSIX(c));
297 u_isgraphPOSIX(UChar32 c) { function
H A Duprops.cpp200 return u_isgraphPOSIX(c);
/external/icu/icu4c/source/common/unicode/
H A Durename.h301 #define u_isgraphPOSIX U_ICU_ENTRY_POINT_RENAME(u_isgraphPOSIX) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h312 #define u_isgraphPOSIX U_ICU_ENTRY_POINT_RENAME(u_isgraphPOSIX) macro

Completed in 170 milliseconds